Files
logos-docs/.editorconfig
2025-08-05 13:22:35 +08:00

17 lines
226 B
INI

# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
[*.json]
indent_size = 2