Skip to content

Instantly share code, notes, and snippets.

@benrowe
Created January 28, 2020 20:17
Show Gist options
  • Save benrowe/0b9cdc28df07ef69b22c88c6e8aa3359 to your computer and use it in GitHub Desktop.
Save benrowe/0b9cdc28df07ef69b22c88c6e8aa3359 to your computer and use it in GitHub Desktop.
editorconfig
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab
[*.md]
trim_trailing_whitespace = false
[{*.yml, *.yaml}]
indent_size = 2
[*.go]
indent_style = tab
[{*.ts, *.js}]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment