gctGenerator/.prettierrc

8 lines
110 B
Text
Raw Normal View History

2020-06-29 00:35:18 +09:00
{
"printWidth": 100,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all"
}