mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-02-02 03:26:47 +01:00
9 lines
132 B
Plaintext
9 lines
132 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"semi": false,
|
|
"printWidth": 80,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all"
|
|
}
|