Skip to content

Instantly share code, notes, and snippets.

@ehpc
Created November 26, 2019 19:36
Show Gist options
  • Save ehpc/e40e74d5b08a00825f6bd1ce1d667ec5 to your computer and use it in GitHub Desktop.
Save ehpc/e40e74d5b08a00825f6bd1ce1d667ec5 to your computer and use it in GitHub Desktop.
Editorconfig 2 spaces
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
@midevelop
Copy link

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment