]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/blob - .editorconfig
Fix private member name
[hubacji1/iamcar2.git] / .editorconfig
1 root = true
2
3 [*.{cc,hh}]
4 end_of_line = lf
5 insert_final_newline = true
6 charset = utf-8
7 trim_trailing_whitespace = true
8 indent_style = tab
9 indent_size = 8
10 max_line_length = 80
11
12 [*.{py,md}]
13 end_of_line = lf
14 insert_final_newline = true
15 charset = utf-8
16 trim_trailing_whitespace = true
17 indent_style = space
18 indent_size = 4
19 max_line_length = 80