koblog/.prettierrc

8 lines
100 B
Text
Raw Normal View History

{
"semi": true,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"printWidth": 100
}