init
This commit is contained in:
10
prettier.config.cjs
Normal file
10
prettier.config.cjs
Normal file
@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
semi: false,
|
||||
vueIndentScriptAndStyle: true,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
proseWrap: 'never',
|
||||
htmlWhitespaceSensitivity: 'strict',
|
||||
endOfLine: 'auto',
|
||||
printWidth: 140,
|
||||
}
|
Reference in New Issue
Block a user