Skip to content

Commit c623d6b

Browse files
committed
Added .editorconfig files to the Aga.Controls and OxyPlot projects.
1 parent e2099a0 commit c623d6b

6 files changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = crlf
5+
insert_final_newline = true
6+
indent_style = space
7+
indent_size = 4

External/Aga.Controls/Aga.Controls.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
</ItemGroup>
230230
<ItemGroup>
231231
<Content Include="Resources\loading_icon" />
232+
<None Include=".editorconfig" />
232233
<None Include="Tree\ClassDiagram.cd" />
233234
<None Include="Tree\NodeControls\ClassDiagram.cd" />
234235
<Content Include="Resources\unknown.bmp" />
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = crlf
5+
insert_final_newline = true
6+
indent_style = space
7+
indent_size = 4

External/OxyPlot/OxyPlot.WindowsForms/OxyPlot.WindowsForms.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
<Name>OxyPlot</Name>
7171
</ProjectReference>
7272
</ItemGroup>
73+
<ItemGroup>
74+
<None Include=".editorconfig" />
75+
</ItemGroup>
7376
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7477
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7578
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = crlf
5+
insert_final_newline = true
6+
indent_style = space
7+
indent_size = 4

External/OxyPlot/OxyPlot/OxyPlot.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
<Compile Include="Foundation\XmlWriterBase.cs" />
222222
</ItemGroup>
223223
<ItemGroup>
224+
<None Include=".editorconfig" />
224225
<None Include="ClassDiagrams\Series.cd" />
225226
<None Include="ClassDiagrams\PlotModel.cd" />
226227
<None Include="ClassDiagrams\Reporting.cd" />

0 commit comments

Comments
 (0)