mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
9d78e67381
- More consistent design for both reply-to status and source status preview - Fixed bugs too - Make sure index.css is always above
17 lines
352 B
Text
17 lines
352 B
Text
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"importOrder": [
|
|
"index.css$",
|
|
".css$",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^../",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderGroupNamespaceSpecifiers": true,
|
|
"importOrderCaseInsensitive": true
|
|
}
|