mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-28 12:57:44 +00:00
Added .editorconfig files to the Aga.Controls and OxyPlot projects.
This commit is contained in:
parent
e2099a034d
commit
c623d6bb22
7
External/Aga.Controls/.editorconfig
vendored
Normal file
7
External/Aga.Controls/.editorconfig
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = crlf
|
||||||
|
insert_final_newline = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
1
External/Aga.Controls/Aga.Controls.csproj
vendored
1
External/Aga.Controls/Aga.Controls.csproj
vendored
@ -229,6 +229,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Resources\loading_icon" />
|
<Content Include="Resources\loading_icon" />
|
||||||
|
<None Include=".editorconfig" />
|
||||||
<None Include="Tree\ClassDiagram.cd" />
|
<None Include="Tree\ClassDiagram.cd" />
|
||||||
<None Include="Tree\NodeControls\ClassDiagram.cd" />
|
<None Include="Tree\NodeControls\ClassDiagram.cd" />
|
||||||
<Content Include="Resources\unknown.bmp" />
|
<Content Include="Resources\unknown.bmp" />
|
||||||
|
7
External/OxyPlot/OxyPlot.WindowsForms/.editorconfig
vendored
Normal file
7
External/OxyPlot/OxyPlot.WindowsForms/.editorconfig
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = crlf
|
||||||
|
insert_final_newline = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
@ -70,6 +70,9 @@
|
|||||||
<Name>OxyPlot</Name>
|
<Name>OxyPlot</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include=".editorconfig" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
7
External/OxyPlot/OxyPlot/.editorconfig
vendored
Normal file
7
External/OxyPlot/OxyPlot/.editorconfig
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = crlf
|
||||||
|
insert_final_newline = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
1
External/OxyPlot/OxyPlot/OxyPlot.csproj
vendored
1
External/OxyPlot/OxyPlot/OxyPlot.csproj
vendored
@ -221,6 +221,7 @@
|
|||||||
<Compile Include="Foundation\XmlWriterBase.cs" />
|
<Compile Include="Foundation\XmlWriterBase.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<None Include=".editorconfig" />
|
||||||
<None Include="ClassDiagrams\Series.cd" />
|
<None Include="ClassDiagrams\Series.cd" />
|
||||||
<None Include="ClassDiagrams\PlotModel.cd" />
|
<None Include="ClassDiagrams\PlotModel.cd" />
|
||||||
<None Include="ClassDiagrams\Reporting.cd" />
|
<None Include="ClassDiagrams\Reporting.cd" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user