Skip to content

Commit 817e472

Browse files
authored
Create .editorconfig
1 parent c445bd6 commit 817e472

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
# Indentation override for Visual C++ files
5+
[*.{c,cpp,cxx,cc,tli,tlh,h,hh,hpp,hxx,inl,rc,resx,idl,asm,inc}]
6+
indent_size = 4
7+
8+
# Indentation override for XML files
9+
[*.{xml,xsl,xslt,xsd,dtd}]
10+
indent_size = 4
11+
12+
# Indentation override for manifest files
13+
[*.manifest]
14+
indent_size = 4

0 commit comments

Comments
 (0)