4c81ffce43
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"endOfLine": "lf",
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true
|
|
}
|