mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
|
{
|
||
|
"semi": true,
|
||
|
"trailingComma": "none",
|
||
|
"singleQuote": true,
|
||
|
"printWidth": 80,
|
||
|
"importOrder": ["<THIRD_PARTY_MODULES>", "^[./]"],
|
||
|
"importOrderSeparation": true,
|
||
|
"importOrderSortSpecifiers": true
|
||
|
}
|