Skip to content

Commit b644e93

Browse files
Add initial .editorconfig file
1 parent 4f35b38 commit b644e93

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.editorconfig

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
[*.{dna,config,nuspec,xml,xsd,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
24+
25+
[*.sas]
26+
indent_style = tab
27+
end_of_line = lf

0 commit comments

Comments
 (0)