Skip to content

Instantly share code, notes, and snippets.

@vczb
Created October 6, 2020 19:38
Show Gist options
  • Select an option

  • Save vczb/e84551ec1501240ee5408cb03ff9fc9a to your computer and use it in GitHub Desktop.

Select an option

Save vczb/e84551ec1501240ee5408cb03ff9fc9a to your computer and use it in GitHub Desktop.
my personal editorconfig
# editorconfig.org
root = true
[*]
indent_style = spaces
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment