Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
simov committed Sep 4, 2015
1 parent a1ae1fa commit b9d2dac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .editorconfig
@@ -0,0 +1,10 @@
# editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,4 +34,4 @@
"README.md",
"index.js"
]
}
}

0 comments on commit b9d2dac

Please sign in to comment.