mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-24 16:23:36 +05:00
git-subtree-dir: kiauh/core/submodules/simple_config_parser git-subtree-split: 188dd1ffd80bf72a2dc6075147ddc9339b059c4b
14 lines
208 B
INI
14 lines
208 B
INI
# see https://editorconfig.org/
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
indent_size = 4
|
|
charset = utf-8
|
|
|
|
[*.py]
|
|
max_line_length = 88
|