19 lines
422 B
YAML
19 lines
422 B
YAML
![]() |
printWidth: 80
|
|||
|
tabWidth: 2
|
|||
|
useTabs: false
|
|||
|
semi: false
|
|||
|
singleQuote: true
|
|||
|
quoteProps: 'as-needed'
|
|||
|
bracketSpacing: false
|
|||
|
# 多属性html标签的‘>’折行放置
|
|||
|
jsxBracketSameLine: false
|
|||
|
arrowParens: 'always'
|
|||
|
requirePragma: false
|
|||
|
insertPragma: false
|
|||
|
# //对HTML全局空白不敏感
|
|||
|
htmlWhitespaceSensitivity: 'ignore'
|
|||
|
# 结束行形式
|
|||
|
endOfLine: 'lf'
|
|||
|
# 对引用代码进行格式化
|
|||
|
embeddedLanguageFormatting: 'auto'
|