首次提交
This commit is contained in:
10
cdtestplant/.prettierrc.js
Normal file
10
cdtestplant/.prettierrc.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
useTabs: false,
|
||||
tabWidth: 4,
|
||||
semi: false,
|
||||
printWidth: 120,
|
||||
singleQuote: true,
|
||||
quoteProps: 'consistent',
|
||||
htmlWhitespaceSensitivity: 'strict',
|
||||
vueIndentScriptAndStyle: true,
|
||||
}
|
||||
Reference in New Issue
Block a user