Skip to content

Commit

Permalink
Add .prettierrc so it matches our existing code
Browse files Browse the repository at this point in the history
This is so that people that are using prettier to
Auto format their code output code that matches
all of our existing code. It will not affect
Anyone that is not using prettier

Test plan:
* run prettier on a file, it should work

Change-Id: Ia396a5ab8953180f0b1b274d50190d0f943a2610
Reviewed-on: https://gerrit.instructure.com/131772
Reviewed-by: Dan Minkevitch <[email protected]>
Tested-by: Jenkins
Product-Review: Ryan Shaw <[email protected]>
QA-Review: Ryan Shaw <[email protected]>
  • Loading branch information
ryankshaw committed Nov 3, 2017
1 parent cc0d666 commit 87ca029
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"semi": false,
"printWidth": 100,
"singleQuote": true,
"bracketSpacing": false
}

0 comments on commit 87ca029

Please sign in to comment.