10 lines
171 B
JSON
10 lines
171 B
JSON
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"endOfLine": "auto",
|
|
"proseWrap": "preserve",
|
|
"htmlWhitespaceSensitivity": "strict"
|
|
}
|