1 ; Check http://editorconfig.org/ for more informations
\r
3 ; Top-most EditorConfig file
\r
6 [*.{sln,wixproj,wxi,wxs,xml}]
\r
9 trim_trailing_whitespace = true
\r
10 insert_final_newline = true
\r
14 [{src,test,ext/gitdll}/**.{cpp,c,h}]
\r
17 trim_trailing_whitespace = true
\r
18 insert_final_newline = true
\r
24 trim_trailing_whitespace = true
\r
25 insert_final_newline = true
\r
30 trim_trailing_whitespace = true
\r
31 insert_final_newline = true
\r
32 indent_style = space
\r
37 trim_trailing_whitespace = true
\r
38 insert_final_newline = true
\r
39 indent_style = space
\r
42 [*.{vcxproj,vcxproj.filters,props}]
\r
45 trim_trailing_whitespace = true
\r
46 insert_final_newline = false
\r
47 indent_style = space
\r