tweak postcss cleanup
parent
f7d4a36934
commit
4424186e04
|
@ -124,7 +124,7 @@ export async function provideInvalidApplyCodeActions(
|
||||||
documentIndent.indent
|
documentIndent.indent
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
.replace(/^(\s+)(.*?[^{}]\n)(\S)/gm, '$1$2$1$3'),
|
.replace(/^(\s+)(.*?[^{}]\n)([^\s}])/gm, '$1$2$1$3'),
|
||||||
})
|
})
|
||||||
|
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Reference in New Issue