2016-08-25 05:00:53 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = space
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2017-06-15 15:27:32 +00:00
|
|
|
max_line_length = 100
|
2016-08-25 05:00:53 +00:00
|
|
|
|
|
|
|
[{Makefile,*.in}]
|
|
|
|
indent_style = tab
|
|
|
|
|
2019-06-16 05:36:03 +00:00
|
|
|
[*.{md,rst}]
|
2016-08-25 05:00:53 +00:00
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
|
|
[*.{sh,ac}]
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[Dockerfile]
|
|
|
|
indent_size = 2
|
2022-02-07 15:50:16 +00:00
|
|
|
|
2022-02-15 19:35:56 +00:00
|
|
|
[share/{completions,functions}/**.fish]
|
2023-07-31 06:59:25 +00:00
|
|
|
max_line_length = off
|
2022-02-15 19:35:56 +00:00
|
|
|
|
2022-10-09 18:07:28 +00:00
|
|
|
[{COMMIT_EDITMSG,git-revise-todo}]
|
2022-02-07 15:50:16 +00:00
|
|
|
max_line_length = 80
|