Skip to content

Commit 4a4d2a9

Browse files
committed
.editorconfig added to repository
1 parent ec8b9ec commit 4a4d2a9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
; Check http://editorconfig.org/ for more informations
2+
; Top-most EditorConfig file
3+
root = true
4+
5+
; 4-column space indentation
6+
[*]
7+
indent_style = space
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
; Not change VS generated files
13+
[*.{sln,csroj}]
14+
trim_trailing_whitespace = false
15+
insert_final_newline = false

0 commit comments

Comments
 (0)