Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Aug 5, 2018
1 parent 3f9d148 commit 75fdf21
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
end_of_line = crlf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4

[*.{proj,props,sln,targets,sql}]
indent_style = tab

[*.{dna,config,nuspec,csproj,vcxproj,vcproj,targets,ps1,resx}]
indent_size = 2

[*.{cpp,h,def}]
indent_style = tab

[*.{dotsettings}]
end_of_line = lf

0 comments on commit 75fdf21

Please sign in to comment.