mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 05:07:54 +00:00
14 lines
281 B
JSON
14 lines
281 B
JSON
|
{
|
||
|
"trailingComma": "all",
|
||
|
"tabWidth": 2,
|
||
|
"endOfLine": "auto",
|
||
|
"semi": true,
|
||
|
"singleQuote": false,
|
||
|
"printWidth": 120,
|
||
|
"bracketSpacing": true,
|
||
|
"arrowParens": "avoid",
|
||
|
"jsxSingleQuote": false,
|
||
|
"quoteProps": "as-needed",
|
||
|
"jsxBracketSameLine": true
|
||
|
}
|