Skip to content

Commit

Permalink
Add bracket spacing rule to prettier config (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkslv authored and koistya committed Jan 6, 2018
1 parent 32bf49e commit 3612dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Expand Up @@ -4,5 +4,6 @@
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"bracketSpacing": true
}

0 comments on commit 3612dc4

Please sign in to comment.