Skip to content

Instantly share code, notes, and snippets.

@Macxim
Created April 24, 2016 17:13
Show Gist options
  • Save Macxim/80e44f28129a7a8003322cce964cac5f to your computer and use it in GitHub Desktop.
Save Macxim/80e44f28129a7a8003322cce964cac5f to your computer and use it in GitHub Desktop.
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
[*.{md,markdown}]
# Allow <br/> from Markdown
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment