]> rtime.felk.cvut.cz Git - hubacji1/simple-stage.git/blob - .editorconfig
Add pure-pursuit ctrl for test track
[hubacji1/simple-stage.git] / .editorconfig
1 root = true
2
3 [*.{cc,hh,model,inc,world,build}]
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