Files
ninja/.editorconfig
2026-07-22 21:56:26 +02:00

12 lines
139 B
INI

root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
end_of_line = lf
[*.py]
indent_size = 4