Skip to content

Instantly share code, notes, and snippets.

@michaeldeol
Created September 10, 2015 00:00
Show Gist options
  • Save michaeldeol/cf60ccef200d213bae5e to your computer and use it in GitHub Desktop.
Save michaeldeol/cf60ccef200d213bae5e to your computer and use it in GitHub Desktop.
Demo .editorconfig
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment