canvas-lms/.prettierrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
117 B
Plaintext
Raw Normal View History

{
"semi": false,
"printWidth": 100,
"singleQuote": true,
"bracketSpacing": false,
"arrowParens": "avoid"
}