Skip to content

Instantly share code, notes, and snippets.

@zetaraku
Last active June 14, 2024 12:36
Show Gist options
  • Save zetaraku/535b1d38df73ae703cdb716173a24c82 to your computer and use it in GitHub Desktop.
Save zetaraku/535b1d38df73ae703cdb716173a24c82 to your computer and use it in GitHub Desktop.
my .editorconfig file
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{ts,js,tsx,jsx,vue,json}]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment