hello-algo/codes/typescript/.prettierrc

7 lines
87 B
Text
Raw Normal View History

{
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true
}