mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-12-29 06:43:02 +05:00
11 lines
187 B
Text
11 lines
187 B
Text
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"printWidth": 250,
|
|
"semi": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "all",
|
|
"useTabs": true,
|
|
"parser": "babel"
|
|
}
|