Skip to content

Instantly share code, notes, and snippets.

@fegvilela
Created September 29, 2020 20:11
Show Gist options
  • Save fegvilela/3c261141d3a72a6fcf67c30b95e7fd4b to your computer and use it in GitHub Desktop.
Save fegvilela/3c261141d3a72a6fcf67c30b95e7fd4b to your computer and use it in GitHub Desktop.
style guide for editorconfig
root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment