-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.editorconfig
31 lines (28 loc) · 878 Bytes
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
##############################################################################
#
# EditorConfig for WallpaperChanger project
#
##############################################################################
# tab/8 indentation
[{makefile,Makefile,GNUmakefile,sources,dirs,LICENSE,COPYING,INSTALL,*.mak,*.mk,*.ini,*.txt}]
indent_style = tab
indent_size = 8
tab_width = 8
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
# space/4 indentation
[*.{c,cc,cpp,cxx,h,hpp,hxx,inl,cs,pl,pm,py,js,jsx,ts,tsx,json,rc,mc}]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
# space/2 indentation
[*.{htm,html,css,xml,xaml,wxs,man,manifest,props,targets,*proj}]
indent_style = space
indent_size = 2
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true