Skip to content

Instantly share code, notes, and snippets.

@tygerbytes
Created June 23, 2018 20:41
Show Gist options
  • Save tygerbytes/2773f928bb5202669e14210d2b79c488 to your computer and use it in GitHub Desktop.
Save tygerbytes/2773f928bb5202669e14210d2b79c488 to your computer and use it in GitHub Desktop.
.editorconfig
# http://EditorConfig.org
root = true
[*]
indent_size = 2
indent_style = space
end_of_line = lf
charset = utf-8
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