2015-03-14 08:50:08 +05:30
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2020-08-26 01:18:53 +05:30
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
tab_width = 2
|
|
|
|
end_of_line = lf
|
2015-03-14 08:50:08 +05:30
|
|
|
charset = utf-8
|
2016-08-30 06:35:44 +05:30
|
|
|
trim_trailing_whitespace = true
|
2020-08-26 01:18:53 +05:30
|
|
|
insert_final_newline = true
|
2020-01-28 13:00:39 +05:30
|
|
|
|
2020-11-28 23:59:46 +05:30
|
|
|
[*.{go,tmpl,html}]
|
2016-11-05 17:25:27 +05:30
|
|
|
indent_style = tab
|
2016-11-28 18:57:59 +05:30
|
|
|
|
2021-04-11 09:16:37 +05:30
|
|
|
[templates/custom/*.tmpl]
|
|
|
|
insert_final_newline = false
|
|
|
|
|
|
|
|
[templates/swagger/v1_json.tmpl]
|
|
|
|
indent_style = space
|
|
|
|
|
2021-04-16 08:02:00 +05:30
|
|
|
[templates/user/auth/oidc_wellknown.tmpl]
|
|
|
|
indent_style = space
|
|
|
|
|
2016-11-28 18:57:59 +05:30
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|
2020-06-28 09:35:50 +05:30
|
|
|
|
|
|
|
[*.svg]
|
|
|
|
insert_final_newline = false
|
2020-08-26 01:18:53 +05:30
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|