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