Skip to content

Commit

Permalink
Prettier update, editorconfig
Browse files Browse the repository at this point in the history
Prettier was barfing on the command line.  Editorconfig sets the standard behaviour to conform to lint rules
  • Loading branch information
demoran23 committed Jul 26, 2018
1 parent a7c7caa commit f413795
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 918 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_style = space

[*.{js,jsx}]
insert_final_newline = true
indent_size = 2
Loading

0 comments on commit f413795

Please sign in to comment.