narc/.editorconfig
2024-12-26 18:56:41 -08:00

16 lines
202 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
tab_width = 4
[Makefile*]
indent_style = tab
[*.{yaml,clang-format}]
indent_size = 2