8 lines
116 B
JSON
Raw Normal View History

2022-11-02 18:17:00 -07:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100
}