Skip to content

Commit

Permalink
own .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Mar 1, 2015
1 parent 08e32d8 commit b393dc9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
@@ -0,0 +1,15 @@
; Top-most http://editorconfig.org/ file
root = true

[*]
end_of_line = CRLF

; 4-column tab indentation
[*.cs]
indent_style = tab
indent_size = 4

; 4-column tab indentation
[*.xaml]
indent_style = tab
indent_size = 4

0 comments on commit b393dc9

Please sign in to comment.