mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-05 13:55:18 -04:00
10 lines
188 B
INI
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
|