mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 07:21:14 -03:00
33 lines
517 B
INI
33 lines
517 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
|
|
max_line_length = 100
|
|
|
|
[{Makefile,*.in}]
|
|
indent_style = tab
|
|
|
|
[*.{md,rst}]
|
|
max_line_length = unset
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.sh]
|
|
indent_size = 4
|
|
|
|
[build_tools/release.sh]
|
|
max_line_length = 72
|
|
|
|
[Dockerfile]
|
|
indent_size = 2
|
|
|
|
[share/{completions,functions}/**.fish]
|
|
max_line_length = unset
|
|
|
|
[{COMMIT_EDITMSG,git-revise-todo,*.jjdescription}]
|
|
max_line_length = 72
|