2021-08-03 23:10:18 +03:00
|
|
|
root = true
|
|
|
|
|
|
2021-08-05 22:25:13 +03:00
|
|
|
[**]
|
2021-08-03 23:10:18 +03:00
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
2021-08-05 22:25:13 +03:00
|
|
|
indent_size = 4
|
|
|
|
|
indent_style = space
|
2021-08-03 23:10:18 +03:00
|
|
|
insert_final_newline = true
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
max_line_length = 99
|
|
|
|
|
|
2022-11-21 01:06:55 +02:00
|
|
|
[**.{yml,yaml,json}]
|
2021-08-03 23:10:18 +03:00
|
|
|
indent_size = 2
|
|
|
|
|
|
2021-08-05 22:25:13 +03:00
|
|
|
[**.{md,txt,rst}]
|
2021-08-03 23:10:18 +03:00
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
2024-07-06 20:33:01 +03:00
|
|
|
[**.rst]
|
|
|
|
|
indent_size = 2
|
|
|
|
|
|
2021-08-03 23:10:18 +03:00
|
|
|
[Makefile]
|
|
|
|
|
indent_style = tab
|