mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
12 lines
314 B
Text
12 lines
314 B
Text
|
{
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all",
|
||
|
"importOrder": [".css$", "<THIRD_PARTY_MODULES>", "^../", "^[./]"],
|
||
|
"importOrderSeparation": true,
|
||
|
"importOrderSortSpecifiers": true,
|
||
|
"importOrderGroupNamespaceSpecifiers": true,
|
||
|
"importOrderCaseInsensitive": true
|
||
|
}
|