Skip to content

Commit

Permalink
add prettierrc and editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Feb 9, 2019
1 parent 7cd88d7 commit 6dfbf95
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
5 changes: 5 additions & 0 deletions .prettierrc
@@ -0,0 +1,5 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true
}

0 comments on commit 6dfbf95

Please sign in to comment.