Skip to content

Instantly share code, notes, and snippets.

@LucasLevino
Created September 22, 2020 02:24
Show Gist options
  • Save LucasLevino/9bd41a7942c47342ab2ab9cadac974d9 to your computer and use it in GitHub Desktop.
Save LucasLevino/9bd41a7942c47342ab2ab9cadac974d9 to your computer and use it in GitHub Desktop.
Config editorconfig
root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 2
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