Merge pull request #125 from pioardi/vscode-debug
[poolifier.git] / .prettierrc.json
CommitLineData
777b7824
S
1{
2 "arrowParens": "avoid",
3 "semi": false,
4 "singleQuote": true,
5 "spaceBeforeFunctionParen": true,
6 "trailingComma": "none"
7}