Skip to content

Commit

Permalink
Update code formatting
Browse files Browse the repository at this point in the history
4 spaces -> 2 spaces + rc
  • Loading branch information
jplsek committed Jul 12, 2018
1 parent 477edf1 commit bfe4c8a
Show file tree
Hide file tree
Showing 40 changed files with 7,779 additions and 7,765 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
indent_style = space
indent_size = 2
9 changes: 9 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"camelcase": true,
"freeze": true,
"indent": 2,
"quotmark": "single",
"funcscope": true,
"node": true,
"esversion": 6
}
Loading

0 comments on commit bfe4c8a

Please sign in to comment.