Skip to content

Commit a2c5fd2

Browse files
author
Shay Rojansky
committed
Added .editorconfig file
A pretty standard way of specifying project indentation and line terminators across editors: http://editorconfig.org/ Set to 4 character space indentation, LF line terminator.
1 parent ca3e4dc commit a2c5fd2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
; Top-most EditorConfig file
2+
root = true
3+
4+
; Unix-style newlines
5+
[*]
6+
end_of_line = LF
7+
8+
; 4-column space indentation
9+
[*.cs]
10+
indent_style = space
11+
indent_size = 4

0 commit comments

Comments
 (0)