2016-08-25 13:00:53 +08: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 23:27:32 +08:00
|
|
|
max_line_length = 100
|
2016-08-25 13:00:53 +08:00
|
|
|
|
|
|
|
[{Makefile,*.in}]
|
|
|
|
indent_style = tab
|
|
|
|
|
2019-06-16 13:36:03 +08:00
|
|
|
[*.{md,rst}]
|
2016-08-25 13:00:53 +08:00
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
|
|
[*.{sh,ac}]
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[Dockerfile]
|
|
|
|
indent_size = 2
|
2022-02-07 23:50:16 +08:00
|
|
|
|
2022-02-16 03:35:56 +08:00
|
|
|
[share/{completions,functions}/**.fish]
|
2023-07-31 14:59:25 +08:00
|
|
|
max_line_length = off
|
2022-02-16 03:35:56 +08:00
|
|
|
|
2022-10-10 02:07:28 +08:00
|
|
|
[{COMMIT_EDITMSG,git-revise-todo}]
|
2022-02-07 23:50:16 +08:00
|
|
|
max_line_length = 80
|