Skip to content

Commit

Permalink
Merge pull request #1074 from internetee/add-editorconfig
Browse files Browse the repository at this point in the history
Add .editorconfig
  • Loading branch information
vohmar authored Feb 18, 2019
2 parents 0b38367 + 40c95fd commit f1148bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

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

[*.{html,erb}]
indent_size = 4

0 comments on commit f1148bd

Please sign in to comment.