mirror of
https://github.com/dlang/tools.git
synced 2025-04-25 20:51:00 +03:00
9 lines
164 B
INI
9 lines
164 B
INI
root = true
|
|
|
|
[*.{c,h,d,di,dd,sh}]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|