Files
onepilot/.editorconfig
T
Vehicle Researcher 8069b6611d openpilot v0.11.1
2026-04-09 09:29:51 +00:00

12 lines
165 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{py,pyx,pxd}]
charset = utf-8
indent_style = space
indent_size = 2