mirror of
https://github.com/langyuxiansheng/vue-aliplayer-v2.git
synced 2025-04-05 05:32:43 +08:00
8 lines
198 B
INI
8 lines
198 B
INI
root = true
|
|
[*.{js,jsx,ts,tsx,vue}]
|
|
charset = utf-8
|
|
indent_style = space //使用制表符
|
|
indent_size = 4 //4个空格为一个缩进
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|