2015-03-14 11:20:08 +08:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2020-08-26 03:48:53 +08:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
tab_width = 2
|
|
|
|
end_of_line = lf
|
2015-03-14 11:20:08 +08:00
|
|
|
charset = utf-8
|
2016-08-30 09:05:44 +08:00
|
|
|
trim_trailing_whitespace = true
|
2020-08-26 03:48:53 +08:00
|
|
|
insert_final_newline = true
|
2020-01-28 15:30:39 +08:00
|
|
|
|
2020-11-28 14:12:22 +08:00
|
|
|
[*.{go, tmpl, html}]
|
2016-11-05 19:55:27 +08:00
|
|
|
indent_style = tab
|
2016-11-28 21:27:59 +08:00
|
|
|
|
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|
2020-06-28 12:05:50 +08:00
|
|
|
|
|
|
|
[*.svg]
|
|
|
|
insert_final_newline = false
|
2020-08-26 03:48:53 +08:00
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|