um-react/.editorconfig
鲁树人 3d45480fa0
Some checks failed
Build and Deploy / build (push) Failing after 1m15s
ci: use gitea actions for build and deployments
2024-12-15 21:21:54 +09:00

16 lines
283 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
[*.{{c,m,}js{x,on,},ts{x,},y{,a}ml}]
indent_size = 2