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

10 lines
152 B
Text
Raw Normal View History

2020-06-03 21:14:30 +00:00
{
2020-06-20 08:10:27 +00:00
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"arrowParens": "avoid"
2020-06-03 21:14:30 +00:00
}