Added .editorconfig files to the Aga.Controls and OxyPlot projects.

This commit is contained in:
Michael Möller 2020-05-24 00:17:49 +02:00
parent e2099a034d
commit c623d6bb22
6 changed files with 26 additions and 0 deletions

7
External/Aga.Controls/.editorconfig vendored Normal file
View File

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4

View File

@ -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" />

View File

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4

View File

@ -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.

View File

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4

View File

@ -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" />