mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-11 18:08:54 -05:00
13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf"
|
|
}
|