Skip to content

Instantly share code, notes, and snippets.

@msnoigrs
Created July 8, 2020 08:17
Show Gist options
  • Save msnoigrs/7ddd5bdc70a0f3952dbcbd1fbddb1661 to your computer and use it in GitHub Desktop.
Save msnoigrs/7ddd5bdc70a0f3952dbcbd1fbddb1661 to your computer and use it in GitHub Desktop.
; https://editorconfig.org/
root = true
[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
indent_style = tab
indent_size = 8
[*.md]
indent_size = 4
trim_trailing_whitespace = false
eclient_indent_style = unset
[Dockerfile]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment