traefik/webui/.editorconfig

14 lines
245 B
INI
Raw Normal View History

2018-04-27 11:12:04 +00:00
# Editor configuration, see http://editorconfig.org
root = true
[*]
2018-04-27 11:12:04 +00:00
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
2018-04-27 11:12:04 +00:00
trim_trailing_whitespace = true
[*.md]
2018-04-27 11:12:04 +00:00
max_line_length = off
trim_trailing_whitespace = false