Fix some help-file targets
[TortoiseGit.git] / ext / CrashServer / .editorconfig
blob7d19c3e90e527f03580e10577d306c6507b7667c
1 ; Check http://editorconfig.org/ for more informations\r
2 \r
3 [*.{cpp,h}]\r
4 charset                  = utf-8-bom\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