style stuf

This commit is contained in:
Belal Elsabbagh
2025-01-22 10:00:12 +02:00
parent 9b9a97a23e
commit 2134683bc8
2 changed files with 9 additions and 4 deletions

View File

@@ -123,8 +123,8 @@ return {
},
format = {
defaultFormatter = {
js = 'none',
ts = 'none',
js = 'biome',
ts = 'biome',
},
defaultFormatterOptions = {},
scriptInitialIndent = false,
@@ -135,6 +135,11 @@ return {
script = true,
style = true,
template = true,
templateProps = true,
interpolation = true,
},
experimental = {
templateInterpolationService = true,
},
},
},