Skip to content

Commit

Permalink
chore: Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mohebifar committed Oct 7, 2017
1 parent cdc3c72 commit eef3431
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
@@ -0,0 +1,16 @@
# EditorConfig helps define and maintain consistent
# coding styles between different editors and IDEs.
# http://editorconfig.org/

root = true

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

[*.md]
trim_trailing_whitespace = false

0 comments on commit eef3431

Please sign in to comment.