]> rtime.felk.cvut.cz Git - hubacji1/py-carla.git/blob - .editorconfig
Add focus script
[hubacji1/py-carla.git] / .editorconfig
1 root = true
2
3 [*.py]
4 end_of_line = lf
5 insert_final_newline = true
6 charset = utf-8
7 trim_trailing_whitespace = true
8 indent_style = space
9 indent_size = 4
10 max_line_length = 79
11
12 [*.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 = 72