Skip to content

Instantly share code, notes, and snippets.

@vancanhuit
Created April 21, 2024 02:32
Show Gist options
  • Save vancanhuit/f72eedf790031cfdf246a3677a793238 to your computer and use it in GitHub Desktop.
Save vancanhuit/f72eedf790031cfdf246a3677a793238 to your computer and use it in GitHub Desktop.
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
[*.go]
indent_style = tab
[*.{yaml,yml,json,xml,toml,css,html}]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment