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:08:44 -07:00

10 lines
144 B
Text

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