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