Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #16 from drublic/editorconfig
Browse files Browse the repository at this point in the history
Add .editorconfig file
  • Loading branch information
oslego committed Sep 26, 2012
2 parents aebb603 + a083023 commit aa10c07
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
@@ -0,0 +1,12 @@
# editorconfig.org

# top-most EditorConfig file
root = true

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

0 comments on commit aa10c07

Please sign in to comment.