Skip to content

Commit

Permalink
Added .editorconfig files to the Aga.Controls and OxyPlot projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
moellerm committed May 23, 2020
1 parent e2099a0 commit c623d6b
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions External/Aga.Controls/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4
1 change: 1 addition & 0 deletions External/Aga.Controls/Aga.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Resources\loading_icon" />
<None Include=".editorconfig" />
<None Include="Tree\ClassDiagram.cd" />
<None Include="Tree\NodeControls\ClassDiagram.cd" />
<Content Include="Resources\unknown.bmp" />
Expand Down
7 changes: 7 additions & 0 deletions External/OxyPlot/OxyPlot.WindowsForms/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
<Name>OxyPlot</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include=".editorconfig" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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.
Expand Down
7 changes: 7 additions & 0 deletions External/OxyPlot/OxyPlot/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4
1 change: 1 addition & 0 deletions External/OxyPlot/OxyPlot/OxyPlot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
<Compile Include="Foundation\XmlWriterBase.cs" />
</ItemGroup>
<ItemGroup>
<None Include=".editorconfig" />
<None Include="ClassDiagrams\Series.cd" />
<None Include="ClassDiagrams\PlotModel.cd" />
<None Include="ClassDiagrams\Reporting.cd" />
Expand Down

0 comments on commit c623d6b

Please sign in to comment.