mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-03-01 06:29:59 -05: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
|