ft_transcendence/pong/node_modules/ts-loader/.prettierrc
2023-05-02 19:15:50 +02:00

8 lines
136 B
Plaintext

{
"arrowParens": "avoid",
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"useTabs": false,
"printWidth": 80
}