Files
sunnypilot/.editorconfig
Jason Wen fda3de560b sunnypilot v2026.001.007
version: sunnypilot v2026.001.007 (staging)
date: 2026-05-27
master commit: 7985bd8e13
2026-05-27 17:59:01 -04: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