mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
11 lines
209 B
Text
11 lines
209 B
Text
{
|
|
"semi": true,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"useTabs": false,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "all"
|
|
}
|