mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
11 lines
138 B
INI
11 lines
138 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
[*.{c,h}]
|
||
|
tab_width = 8
|
||
|
indent_style = tab
|