mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00: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"
|
|
}
|