Unverified Commit fb3e89ba authored by Luc Perkins's avatar Luc Perkins Committed by GitHub

Merge pull request #1096 from lucperkins/lperkins/editorconfig-file

Add .editorconfig rules
parents 66a6f9b8 8c89863b
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{css,html,js,md,rb,sh,yaml,yml}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment