11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"useTabs": true,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"printWidth": 95,
|
|
"htmlWhitespaceSensitivity": "ignore"
|
|
}
|