Files

37 lines
662 B
INI
Raw Permalink Normal View History

2015-03-13 21:20:08 -06:00
root = true
[*]
2020-08-25 21:48:53 +02:00
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
2020-08-25 21:48:53 +02:00
charset = utf-8
trim_trailing_whitespace = true
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
[go.*]
indent_style = tab
[templates/custom/*.tmpl]
insert_final_newline = false
[templates/swagger/*_json.tmpl]
indent_style = space
2025-02-21 16:04:30 +08:00
insert_final_newline = false
2021-04-15 22:32:00 -04:00
[templates/user/auth/oidc_wellknown.tmpl]
indent_style = space
[templates/shared/actions/runner_badge_*.tmpl]
# editconfig lint requires these XML-like files to have charset defined, but the files don't have.
charset = unset
2016-11-28 14:27:59 +01:00
[Makefile]
indent_style = tab
[*.svg]
insert_final_newline = false