Skip to content

Commit

Permalink
Add .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
zvirja committed May 15, 2017
1 parent f14e3a4 commit 7d4ee37
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*.{cs,fs,fsx}]
indent_size = 4
indent_style = space

[*.{sln,csproj,fsproj,config,xml}]
indent_size = 2
indent_style = space

0 comments on commit 7d4ee37

Please sign in to comment.