Skip to content

Commit 87bf650

Browse files
Add .editorconfig
1 parent 677ddc5 commit 87bf650

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
end_of_line = crlf
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
indent_style = space
11+
indent_size = 4
12+
13+
[*.{proj,props,sln}]
14+
indent_style = tab
15+
16+
[*.{nuspec,csproj,targets,ps1}]
17+
indent_size = 2

0 commit comments

Comments
 (0)