system-prompts-and-models-o.../dealix/.editorconfig
2026-05-01 14:03:52 +03:00

20 lines
280 B
INI

# https://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml,yaml,json,toml,md}]
indent_size = 2
[Makefile]
indent_style = tab
[*.py]
max_line_length = 100