Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: EditorConfig file added
It helps in the adaptation settings of the code editor (in my case the Atom
Editor) for this project.

Read more at [editorconfig.org](http://editorconfig.org/)
  • Loading branch information
AlexWayfer committed Oct 2, 2016
1 parent 2320f50 commit bea2005
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
@@ -0,0 +1,12 @@
root = true

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

[*.md]
trim_trailing_whitespace = false

0 comments on commit bea2005

Please sign in to comment.