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