Skip to content

Instantly share code, notes, and snippets.

@zach2825
Last active September 4, 2020 13:04
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 zach2825/731b1f69f05b1472fb94758cc7598608 to your computer and use it in GitHub Desktop.
Save zach2825/731b1f69f05b1472fb94758cc7598608 to your computer and use it in GitHub Desktop.
EditorConfig
# http://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]
max_line_length = 0
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment