Navigation Menu

Skip to content

Commit

Permalink
add code style files and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 5, 2017
1 parent 3aabb93 commit a9c7617
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
# i love you
root = true

[*]
end_of_line = lf
indent_style = spaces
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
2 changes: 2 additions & 0 deletions .eslintrc.yaml
@@ -0,0 +1,2 @@
extends:
- standard
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules/

0 comments on commit a9c7617

Please sign in to comment.