{
    "$schema": "./node_modules/oxfmt/configuration_schema.json",
    "tabWidth": 4,
    "semi": false,
    "trailingComma": "none"
    // 下面这些都是默认值了
    // "printWidth": 100,
    // "useTabs": false,
    // "singleQuote": false,
    // "arrowParens": "always"
}
