Skip to content

Instantly share code, notes, and snippets.

@ivopt
Created December 12, 2017 22:23
Show Gist options
  • Save ivopt/6c7056b497d5471e4f4526954096a42f to your computer and use it in GitHub Desktop.
Save ivopt/6c7056b497d5471e4f4526954096a42f to your computer and use it in GitHub Desktop.
an editorconfig.. config..
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.{erb,html,j2}]
insert_final_newline = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment