fix(prettier): 格式化后,标签>跑到下一行BUG
This commit is contained in:
parent
4181ae8d23
commit
61ff5d1614
@ -7,6 +7,7 @@ module.exports = {
|
||||
semi: false,
|
||||
trailingComma: 'all',
|
||||
endOfLine: 'auto',
|
||||
htmlWhitespaceSensitivity: 'ignore',
|
||||
overrides: [
|
||||
{
|
||||
files: '*.json',
|
||||
|
Loading…
x
Reference in New Issue
Block a user