Skip to content

Commit

Permalink
(GH-30) Add EditorConfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Aug 23, 2019
1 parent 7e4e34b commit 17f1545
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 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://EditorConfig.org

root = true

[*]
end_of_line = CRLF

[*.ps1]
indent_style = space
indent_size = 4

[*.cs]
indent_style = space
indent_size = 4

[*.cake]
indent_style = space
indent_size = 4

[*.js]
indent_style = tab
indent_size = 2

0 comments on commit 17f1545

Please sign in to comment.