Skip to content

Commit

Permalink
[config] Change editorconfig and prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivekrajput20 committed Jun 24, 2019
1 parent e781a9d commit b9b42e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true

# Unix-style newlines with a newline ending every file
[*]
indent_style = tab
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
Expand Down
5 changes: 3 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"trailingComma": "all",
"bracketSpacing": false
"trailingComma": "all",
"bracketSpacing": false,
"tabWidth": 2
}

0 comments on commit b9b42e4

Please sign in to comment.