Skip to content

Commit b74c2c0

Browse files
committed
Add an editorconfig file, for extra help.
1 parent 0c6665a commit b74c2c0

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# editorconfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Default settings:
7+
# A newline ending every file
8+
# Use 2 spaces as indentation
9+
# Trim trailing whitespace
10+
[*]
11+
end_of_line = lf
12+
insert_final_newline = true
13+
indent_style = space
14+
indent_size = 2
15+
trim_trailing_whitespace = true
16+
17+
[*.cs]
18+
indent_style = tab
19+
20+
[*.csproj]
21+
indent_size = 2

0 commit comments

Comments
 (0)