Skip to content

Commit

Permalink
Merge pull request #28 from yannisgu/addEditorConfig
Browse files Browse the repository at this point in the history
Add .editorconfig
  • Loading branch information
AndyGerlicher committed Apr 14, 2015
2 parents 508d5d2 + 525d774 commit 1f552c4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# EditorConfig is awesome:
http://EditorConfig.org

# top-most EditorConfig file
root = true

# Default settings:
# Use 4 spaces as indentation
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

# Xml project files
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]
indent_size = 2

# Xml config files
[*.{props,targets,ruleset,config,nuspec,resx,vsixmanifest,vsct}]
indent_size = 2

0 comments on commit 1f552c4

Please sign in to comment.