Skip to content

Commit

Permalink
style: use tabs
Browse files Browse the repository at this point in the history
Tabs allow for custom indentation per user
  • Loading branch information
use-tabs authored and aleclarson committed Jun 27, 2019
1 parent 39b1050 commit a9c0fd0
Show file tree
Hide file tree
Showing 24 changed files with 3,811 additions and 3,846 deletions.
3 changes: 1 addition & 2 deletions .prettierrc
Expand Up @@ -5,9 +5,8 @@
"requirePragma": false,
"semi": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false,
"useTabs": true,
"overrides": [
{
"files": [".prettierrc", "*.json"],
Expand Down

0 comments on commit a9c0fd0

Please sign in to comment.