You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
semi = true
|
|
trailingComma = "es5"
|
|
singleQuote = true
|
|
printWidth = 88
|
|
tabWidth = 4
|
|
useTabs = false
|
|
arrowParens = "always"
|
|
bracketSpacing = true
|
|
jsxBracketSameLine = false
|
|
jsxSingleQuote = true
|
|
endOfLine = "lf"
|