Kyoo/front/.editorconfig
2021-11-21 20:57:22 +01:00

10 lines
188 B
INI

# Editor configuration, see https://editorconfig.org
root = false
[*]
charset = utf-8
indent_style = tab
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true