Skip to content

Instantly share code, notes, and snippets.

@jmerle
Created July 5, 2020 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmerle/27da670ad41997097270f8367d33d590 to your computer and use it in GitHub Desktop.
Save jmerle/27da670ad41997097270f8367d33d590 to your computer and use it in GitHub Desktop.
My general-purpose editorconfig
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
indent_size = 4
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment