2019-01-28 19:32:42 +00:00
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = false
|
|
|
|
charset = utf-8
|
|
|
|
max_line_length = 80
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2020-10-27 16:39:22 +00:00
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
2020-03-27 13:00:24 +00:00
|
|
|
[*.{css,html,js,json,sass,md,mmark,toml,yaml}]
|
2019-01-28 19:32:42 +00:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.{sh}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
|
2023-04-25 12:42:48 +00:00
|
|
|
[*.{yaml}]
|
|
|
|
insert_final_newline = true
|
|
|
|
|
2019-01-28 19:32:42 +00:00
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|