Skip to content

Commit

Permalink
Create .editorconfig for consistent indent style
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
rwstauner committed Aug 26, 2014
1 parent 0f9062a commit ab2dca2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
@@ -0,0 +1,18 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

indent_style = space
indent_size = 4

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8

# I'd like to enable this, but we should fix all the files first to avoid diff noise.
#trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit ab2dca2

Please sign in to comment.