fef0b3208a
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
18 lines
271 B
INI
18 lines
271 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
max_line_length = 80
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{c,h}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
tab_width = 4
|
|
|
|
[{CMakeLists.txt,*.cmake}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
tab_width = 4 |