Drop unused printing code templates
[TortoiseGit.git] / .editorconfig
blob1291d59e22a3b296ebe16e8114efeafe020dd937
1 ; Check http://editorconfig.org/ for more informations\r
2 \r
3 ; Top-most EditorConfig file\r
4 root = true\r
5 \r
6 [*.{sln,wixproj,wxi,wxs,xml}]\r
7 charset                  = utf-8-bom\r
8 end_of_line              = crlf\r
9 trim_trailing_whitespace = true\r
10 insert_final_newline     = true\r
11 indent_style             = tab\r
12 indent_size              = 4\r
14 [{src,test,ext/gitdll}/**.{cpp,c,h}]\r
15 charset                  = utf-8-bom\r
16 end_of_line              = crlf\r
17 trim_trailing_whitespace = true\r
18 insert_final_newline     = true\r
19 indent_style             = tab\r
20 indent_size              = 4\r
22 [ext/tgit/**.{c,h}]\r
23 charset                  = ascii\r
24 trim_trailing_whitespace = true\r
25 insert_final_newline     = true\r
26 indent_style             = tab\r
27 indent_size              = 4\r
29 [*.{txt,md,yml}]\r
30 trim_trailing_whitespace = true\r
31 insert_final_newline     = true\r
32 indent_style             = space\r
33 indent_size              = 2\r
35 [*.{js,vbs}]\r
36 end_of_line              = crlf\r
37 trim_trailing_whitespace = true\r
38 insert_final_newline     = true\r
39 indent_style             = space\r
40 indent_size              = 4\r
42 [*.{vcxproj,vcxproj.filters,props}]\r
43 charset                  = utf-8-bom\r
44 end_of_line              = crlf\r
45 trim_trailing_whitespace = true\r
46 insert_final_newline     = false\r
47 indent_style             = space\r
48 indent_size              = 2\r