Skip to content

Commit

Permalink
Add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Baughn committed Jan 28, 2017
1 parent 59784e6 commit e0887fa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
@@ -0,0 +1,20 @@
# EditorConfig, EditorConfig, EditorConfig: http://editorconfig.org
#
# For IDEA & GitHub this is automatically applied.
#
# Eclipse: See https://github.com/ncjones/editorconfig-eclipse#readme
# Emacs: See https://github.com/editorconfig/editorconfig-emacs#readme
#
# Or just read the instructions on http://editorconfig.org

root = true

# Always use unix-style newlines and utf-8.
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

# Use a common indentation style for all our code.
indent_style = space
indent_size = 4

0 comments on commit e0887fa

Please sign in to comment.