mirror of
https://github.com/mellowcandle/bitwise.git
synced 2025-07-02 10:00:24 +02:00
15 lines
229 B
INI
15 lines
229 B
INI
root = true
|
|
|
|
[**]
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
|
|
[**.{c,h}]
|
|
indent_style = tab
|
|
indent_size = tab
|
|
trim_trailing_whitespace = true
|
|
|
|
[**.{yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|