mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": true,
|
|
"printWidth": 80,
|
|
"proseWrap": "never",
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"useTabs": false
|
|
}
|