Skip to content

Instantly share code, notes, and snippets.

@vdvm
Created July 22, 2017 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdvm/8ab6f5d27be5a82eb588b41e22e08c5c to your computer and use it in GitHub Desktop.
Save vdvm/8ab6f5d27be5a82eb588b41e22e08c5c to your computer and use it in GitHub Desktop.
EditorConfig
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_style = tab
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment