Files
sunnypilot/.editorconfig
github-actions[bot] d6d1a71794 sunnypilot v2026.09.12-4867
version: sunnypilot v2026.003.000 (dev)
date: 2026-09-12T03:35:40
master commit: b67898fac4
2026-09-12 03:35:40 +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