mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 10:59:31 -06:00
20 lines
385 B
INI
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
|