Files
tout-doux/.editorconfig
T
klemek c93a74b0f4
Python Lint CI / ty (push) Successful in 1m22s
Python Lint CI / ruff (push) Successful in 1m22s
Python Lint CI / ruff-format-check (push) Successful in 1m22s
feat: database with tortoise orm
2026-07-01 11:43:10 +02:00

20 lines
300 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[yaml]
indent_size = 2
[Makefile]
indent_style = tab
indent_size = 2