mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
22 lines
285 B
INI
22 lines
285 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
indent_size = 4
|
||
|
indent_style = space
|
||
|
end_of_line = lf
|
||
|
charset = utf-8
|
||
|
trim_trailing_whitespace = true
|
||
|
insert_final_newline = true
|
||
|
|
||
|
[{Makefile,*.in}]
|
||
|
indent_style = tab
|
||
|
|
||
|
[*.md]
|
||
|
trim_trailing_whitespace = false
|
||
|
|
||
|
[*.{sh,ac}]
|
||
|
indent_size = 2
|
||
|
|
||
|
[Dockerfile]
|
||
|
indent_size = 2
|