Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fergaldoyle committed Feb 28, 2017
1 parent 7e88490 commit aaa9ad4
Show file tree
Hide file tree
Showing 13 changed files with 1,661 additions and 47 deletions.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
[
"es2015",
{
"modules": false
}
]
],
"plugins": [
"external-helpers"
]
}
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# http://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
7 changes: 7 additions & 0 deletions .jsbeautifyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"indent_size": 2,
"indent_char": " ",
"brace_style": "collapse-preserve-inline",
"max_preserve_newlines": 4,
"preserve_newlines": true
}
Loading

0 comments on commit aaa9ad4

Please sign in to comment.