2015-03-14 11:20:08 +08:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
2016-08-30 09:05:44 +08:00
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
2019-12-06 05:09:01 +08:00
|
|
|
end_of_line = lf
|
2016-08-30 09:05:44 +08:00
|
|
|
|
2020-01-28 15:30:39 +08:00
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
2020-05-17 22:14:36 +08:00
|
|
|
[*.{go,tmpl,html}]
|
2016-11-05 19:55:27 +08:00
|
|
|
indent_style = tab
|
2016-11-28 21:27:59 +08:00
|
|
|
indent_size = 4
|
2016-11-05 19:55:27 +08:00
|
|
|
|
2020-05-17 22:14:36 +08:00
|
|
|
[*.{less,css}]
|
2015-03-14 11:20:08 +08:00
|
|
|
indent_style = space
|
2016-11-28 21:27:59 +08:00
|
|
|
indent_size = 4
|
2016-08-30 09:05:44 +08:00
|
|
|
|
2020-05-17 22:14:36 +08:00
|
|
|
[*.{js,json,yml}]
|
2016-08-30 09:05:44 +08:00
|
|
|
indent_style = space
|
2019-11-15 05:39:51 +08:00
|
|
|
indent_size = 2
|
2016-11-28 21:27:59 +08:00
|
|
|
|
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|