mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-05 20:11:13 +08:00
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"endOfLine": "lf",
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"jsxSingleQuote": false,
|
|
"quoteProps": "as-needed"
|
|
}
|