Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I7585121a5ec8e797adc43ba8e30d4ac86a6a6964
17 lines
228 B
INI
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
|