Skip to content

Instantly share code, notes, and snippets.

@H1rono
Last active May 29, 2023 06:02
Show Gist options
  • Save H1rono/648b0d570401cb9cd21dafc12e8d7cc0 to your computer and use it in GitHub Desktop.
Save H1rono/648b0d570401cb9cd21dafc12e8d7cc0 to your computer and use it in GitHub Desktop.
My default .editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
trim_trailing_whitespace = true
[**/*.go]
indent_style = tab
[**/*.{yml,yaml}]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment