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