Skip to content

Instantly share code, notes, and snippets.

@carlos3g
Last active June 19, 2022 21:06
Show Gist options
  • Save carlos3g/8edbef81e0adfc0678ec8ed9bd827ff6 to your computer and use it in GitHub Desktop.
Save carlos3g/8edbef81e0adfc0678ec8ed9bd827ff6 to your computer and use it in GitHub Desktop.
; This file is for unifying the coding style for different editors and IDEs.
; More information at https://editorconfig.org
root = true
[*]
insert_final_newline = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
[*.{ts,js,json,css,html}]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment