Skip to content

Instantly share code, notes, and snippets.

@schaternik
Created February 28, 2019 23:57
Show Gist options
  • Save schaternik/edea3f9f24dc7e36860b2070442265bc to your computer and use it in GitHub Desktop.
Save schaternik/edea3f9f24dc7e36860b2070442265bc to your computer and use it in GitHub Desktop.
Sample editor config file
# https://editorconfig.org/#example-file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{sh,markdown}]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment