Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Babel 6, fix ESLint errors and reformat code #13

Merged
merged 10 commits into from
Nov 6, 2017
Prev Previous commit
Next Next commit
style: Change indentation to 2 spaces in editorconfig
  • Loading branch information
Andrey Okonetchnikov committed Sep 13, 2017
commit d545e8fe04b254dedfe71ae43a8d937ad096ab7d
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true

[*]
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down