mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-09 18:09:36 -06:00
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
{
|
|
"semi": true,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"useTabs": false,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "all"
|
|
}
|