Fennix/Kernel/.editorconfig

18 lines
242 B
INI

# EditorConfig is awesome: https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
[*.py]
indent_size = 4
indent_style = space
[Makefile]
indent_style = tab