mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 15:38:51 +02:00
11 lines
209 B
TOML
11 lines
209 B
TOML
semi = true
|
|
trailingComma = "es5"
|
|
singleQuote = true
|
|
printWidth = 88
|
|
tabWidth = 4
|
|
useTabs = false
|
|
arrowParens = "always"
|
|
bracketSpacing = true
|
|
jsxBracketSameLine = false
|
|
jsxSingleQuote = true
|
|
endOfLine = "lf"
|