mirror of
https://github.com/lhearachel/narc.git
synced 2025-06-18 13:35:32 -04:00
16 lines
202 B
INI
16 lines
202 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
tab_width = 4
|
|
|
|
[Makefile*]
|
|
indent_style = tab
|
|
|
|
[*.{yaml,clang-format}]
|
|
indent_size = 2
|