Skip to content

Commit

Permalink
add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nomad2k committed Feb 3, 2018
1 parent 40b64c5 commit 1eb7f93
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{css,js,py}]
charset = utf-8
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab

[{.travis.yml,codecov.yml}]
indent_style = space
indent_size = 2

# Ignore paths
[/modoboa/bower_components/**]
charset = none
end_of_line = none
insert_final_newline = none
trim_trailing_whitespace = none
indent_style = none
indent_size = none

0 comments on commit 1eb7f93

Please sign in to comment.