Files
smart-speaker-android-main/.editorconfig
2025-07-11 21:19:23 +08:00

14 lines
200 B
INI

# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{json,yml,yaml,tmpl}]
indent_style = space
indent_size = 2