Upgrade libgit2
[TortoiseGit.git] / src / TortoisePlink / .editorconfig
blob376839650ab231c450f43a1a2896d59b4415a80b
1 ; Check http://editorconfig.org/ for more informations\r
2 \r
3 [*.{c,C,h,H,rc}]\r
4 charset                  = ascii\r
5 end_of_line              = crlf\r
6 trim_trailing_whitespace = true\r
7 insert_final_newline     = true\r
8 indent_style             = space\r
9 indent_size              = 4\r
11 [LoginDialog.*]\r
12 end_of_line              = crlf\r
13 trim_trailing_whitespace = true\r
14 insert_final_newline     = true\r
15 indent_style             = tab\r
16 indent_size              = 4\r