mirror of
https://github.com/pawelmalak/flame.git
synced 2024-12-19 08:02:16 +03:00
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"arrowParens": "always",
|
|
"printWidth": 80,
|
|
"trailingComma": "es5"
|
|
}
|