Skip to content

Commit 06410e8

Browse files
Add .editorconfig
1 parent dc11fe4 commit 06410e8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.editorconfig

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

0 commit comments

Comments
 (0)