um-react-electron/um-react/.editorconfig
梦丶随心飞 be0b8687f3 update
2023-08-30 06:25:50 +08:00

16 lines
275 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,}}]
indent_size = 2