Skip to content

Commit

Permalink
Merge pull request #172 from nodejs/standard-js
Browse files Browse the repository at this point in the history
Use js 'standard' formatter on pre-commit
  • Loading branch information
fhemberger committed Sep 21, 2015
2 parents 61dee24 + 7647156 commit 6b4f4fe
Show file tree
Hide file tree
Showing 16 changed files with 429 additions and 460 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.js]
indent_size = 2

[*.md]
trim_trailing_whitespace = false

Expand Down
22 changes: 0 additions & 22 deletions .eslintrc

This file was deleted.

Loading

0 comments on commit 6b4f4fe

Please sign in to comment.