1
0
Fork 0
forked from NotAShelf/rogged
rogged/.editorconfig
NotAShelf 7af642612b
build: migrate from Make to Zig build system + Just
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I7585121a5ec8e797adc43ba8e30d4ac86a6a6964
2026-04-05 20:29:11 +03:00

17 lines
228 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 2
tab_width = 2
[*.c]
ident_style = space
ident_size = 2
[Makefile*]
ident_style = tab
ident_size = 4