Skip to content

Commit 317979c

Browse files
Add initial .editorconfig
1 parent 59b7569 commit 317979c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.editorconfig

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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,targets,sql}]
14+
indent_style = tab
15+
16+
[*.{xml,dna,config,nuspec,csproj,vcxproj,vcproj,targets,ps1,resx}]
17+
indent_size = 2
18+
19+
[*.{cpp,h,def}]
20+
indent_style = tab
21+
22+
[*.{dotsettings}]
23+
end_of_line = lf

0 commit comments

Comments
 (0)