8 lines
172 B
TOML
8 lines
172 B
TOML
trailingComma = "all"
|
|
tabWidth = 2
|
|
semi = true
|
|
singleQuote = true
|
|
bracketSpacing = true
|
|
bracketLine = false
|
|
arrowFunctionParenthesis = "avoid"
|
|
experimentalTernaries = true
|