Skip to content

Commit

Permalink
feature(editorconfig) add
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Apr 22, 2014
1 parent 3db7dfb commit 9f515dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
@@ -0,0 +1,14 @@
# This file is for unifying the coding style for different editors and IDEs
# http://editorconfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

0 comments on commit 9f515dd

Please sign in to comment.