sin/.editorconfig
NotAShelf c55096fca4
meta: set up Editorconfig for Makefiles and C sources
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ib28df169ab71a71f68486255a41e10dc6a6a6964
2026-04-13 13:39:38 +03:00

15 lines
198 B
INI

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