Files
TinyORM/.editorconfig
2024-08-02 13:15:48 +02:00

20 lines
385 B
INI

# EditorConfig is awesome: https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
guidelines = 90, 100, 110 1px solid 636363, 120 1px solid 715a5a
guidelines_style = 1px solid 3f3f3f
[*.{md,mdx}]
trim_trailing_whitespace = false
[*.{json,yaml,yml}]
indent_size = 2