This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/.prettierrc
2020-06-20 01:10:56 -07:00

10 lines
152 B
Text

{
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"arrowParens": "avoid"
}