Skip to content

Instantly share code, notes, and snippets.

@colthreepv
Last active December 26, 2015 23:19
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 colthreepv/7229579 to your computer and use it in GitHub Desktop.
Save colthreepv/7229579 to your computer and use it in GitHub Desktop.
personal .editorconfig for js projects! AWESOME!
# EditorConfig is awesome: http://editorconfig.org/
# Please, read it!
# top-most EditorConfig file
root = true
[*]
charset = utf8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
# Markdown make use of trailing whitespace, don't trim it!
[*.md]
trim_trailing_whitespace = false
[*.go]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment