xgplayer/.editorconfig
2023-04-07 18:59:15 +08:00

7 lines
168 B
INI

[*.{js,jsx,ts,tsx,vue,css,less.scss,sass,styl,stylus}]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true