mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
style(prettier): 添加 prettier 格式化代码
This commit is contained in:
9
.prettierrc.yaml
Normal file
9
.prettierrc.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
"semi": true # 是否使用分号 true:使用
|
||||
"singleQuote": false # 是否使用单引号
|
||||
"printWidth": 100 # 一行最多多少个字符
|
||||
"tabWidth": 4 # 一个tab代表几个空格
|
||||
"useTabs": true # 是否使用tab
|
||||
"proseWrap": "preserve" # 是否换行
|
||||
"arrowParens": "avoid" # 箭头函数参数是否使用括号
|
||||
"bracketSpacing": true # 对象大括号是否有空格
|
||||
"endOfLine": "auto" # 换行符
|
||||
Reference in New Issue
Block a user