kopia lustrzana https://github.com/cheeaun/phanpy
19 wiersze
372 B
Plaintext
19 wiersze
372 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"importOrder": [
|
|
"^[^.].*.css$",
|
|
"index.css$",
|
|
".css$",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^../",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderGroupNamespaceSpecifiers": true,
|
|
"importOrderCaseInsensitive": true
|
|
}
|