mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 05:01:17 +00:00
13 lines
247 B
JSON
13 lines
247 B
JSON
|
|
{
|
||
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
||
|
|
"useTabs": true,
|
||
|
|
"semi": false,
|
||
|
|
"trailingComma": "all",
|
||
|
|
"experimentalSortImports": {
|
||
|
|
"order": "asc",
|
||
|
|
"ignoreCase": true,
|
||
|
|
"newlinesBetween": true
|
||
|
|
},
|
||
|
|
"ignorePatterns": []
|
||
|
|
}
|