2015-03-13 23:20:08 -04:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2020-08-25 15:48:53 -04:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
tab_width = 2
|
|
|
|
end_of_line = lf
|
2015-03-13 23:20:08 -04:00
|
|
|
charset = utf-8
|
2016-08-29 21:05:44 -04:00
|
|
|
trim_trailing_whitespace = true
|
2020-08-25 15:48:53 -04:00
|
|
|
insert_final_newline = true
|
2020-01-28 02:30:39 -05:00
|
|
|
|
2020-11-28 13:29:46 -05:00
|
|
|
[*.{go,tmpl,html}]
|
2016-11-05 07:55:27 -04:00
|
|
|
indent_style = tab
|
2016-11-28 08:27:59 -05:00
|
|
|
|
2021-04-10 23:46:37 -04:00
|
|
|
[templates/custom/*.tmpl]
|
|
|
|
insert_final_newline = false
|
|
|
|
|
|
|
|
[templates/swagger/v1_json.tmpl]
|
|
|
|
indent_style = space
|
|
|
|
|
2021-04-15 22:32:00 -04:00
|
|
|
[templates/user/auth/oidc_wellknown.tmpl]
|
|
|
|
indent_style = space
|
|
|
|
|
2016-11-28 08:27:59 -05:00
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|
2020-06-28 00:05:50 -04:00
|
|
|
|
|
|
|
[*.svg]
|
|
|
|
insert_final_newline = false
|