Skip to content

Commit

Permalink
Add editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
samcook committed Dec 7, 2015
1 parent 4482d4b commit 9a09ecd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Install the EditorConfig VS plugin to automatically apply formatting settings to this solution
# See http://editorconfig.org/ for syntax

# top-most EditorConfig file
root = true

[*.cs]
indent_style = tab
indent_size = 4

[*.config]
indent_style = tab
indent_size = 2

0 comments on commit 9a09ecd

Please sign in to comment.