Skip to content

Commit 791c7f6

Browse files
author
wwwlicious
committed
adding editorconfig
1 parent 9311a50 commit 791c7f6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.editorconfig

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
# Unix-style newlines with a newline ending every file
5+
[*]
6+
end_of_line = lf
7+
insert_final_newline = true
8+
9+
# Matches multiple files with brace expansion notation
10+
# Set default charset
11+
[*.*]
12+
charset = utf-8
13+
14+
# 4 space indentation
15+
[*.cs]
16+
indent_style = space
17+
indent_size = 4
18+
19+
# 2 space indentation
20+
[*.{csproj,config}]
21+
indent_style = space
22+
indent_size = 2

0 commit comments

Comments
 (0)