Skip to content

Commit

Permalink
Fix .editorconfig for auto-generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Aug 17, 2019
1 parent 0307f25 commit 4d740c0
Show file tree
Hide file tree
Showing 3 changed files with 1,115 additions and 1,107 deletions.
10 changes: 9 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ end_of_line = CRLF
indent_style = tab
indent_size = 4

[*.{sln,proj,csproj,fsproj,vbproj,props,targets,xml,xdoc,resx,config,nuspec}]
[*.{sln,proj,csproj,fsproj,vbproj,props,targets,xml,xdoc,config,nuspec}]
indent_style = tab
indent_size = 2

[*.Designer.cs]
indent_style = space
indent_size = 4

[*.resx]
indent_style = space
indent_size = 2

[appveyor.yml]
indent_style = space
indent_size = 2
Loading

0 comments on commit 4d740c0

Please sign in to comment.