Skip to content

Commit

Permalink
.editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
闂礀 committed Sep 9, 2015
1 parent 1815e8b commit 8fc890c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
@@ -0,0 +1,24 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

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


# Set default charset
[*.js]
indent_style = space
indent_size = 2

[Makefile]
indent_style = tab
indent_size = 4

[*.md]
trim_trailing_whitespace = false

0 comments on commit 8fc890c

Please sign in to comment.