growl/.editorconfig
2026-01-15 15:57:06 -03:00

13 lines
166 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{c,h,grr}]
indent_style = space
indent_size = 2
[meson.build]
indent_style = space
indent_size = 2