Skip to content

Commit c94ac07

Browse files
John ReeseErikSchierboom
John Reese
authored andcommitted
Initial commit (#692)
1 parent 5f5968a commit c94ac07

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
; This file is for unifying the coding style for different editors and IDEs.
2+
; More information at http://EditorConfig.org
3+
4+
root = true
5+
6+
[*]
7+
end_of_line = CRLF
8+
9+
[*.ps1]
10+
indent_style = space
11+
indent_size = 4
12+
13+
[*.cs]
14+
indent_style = space
15+
indent_size = 4
16+
17+
[*.cake]
18+
indent_style = space
19+
indent_size = 4

0 commit comments

Comments
 (0)