Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
monoman committed Aug 29, 2017
1 parent 4aabf1c commit 35a2e19
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SvgNet/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[*]
end_of_line = crlf

[*.xml]
indent_style = space

[*.cs]
indent_style = space
indent_size = 4
trim_trailing_whitespace=true
dotnet_sort_system_directives_first=true
csharp_new_line_before_else=false
1 change: 1 addition & 0 deletions SvgNet/SvgNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<None Include=".editorconfig" />
<None Include="packages.config" />
<None Include="SvgNet.nuspec" />
</ItemGroup>
Expand Down

0 comments on commit 35a2e19

Please sign in to comment.