QAQ
This commit is contained in:
22
.prettierrc.cjs
Normal file
22
.prettierrc.cjs
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
module.exports = {
|
||||||
|
printWidth: 74,
|
||||||
|
tabWidth: 2,
|
||||||
|
semi: false,
|
||||||
|
arrowParens: 'avoid',
|
||||||
|
singleQuote: true,
|
||||||
|
trailingComma: 'none',
|
||||||
|
bracketSpacing: true,
|
||||||
|
htmlWhitespaceSensitivity: 'ignore',
|
||||||
|
endOfLine: 'auto',
|
||||||
|
insertPragma: false,
|
||||||
|
proseWrap: 'preserve',
|
||||||
|
'objectCurly-newline': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
multiline: true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
'array-bracket-newline': ['error', 'consistent'],
|
||||||
|
vueIndentScriptAndStyle: true
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user