Skip to content

Instantly share code, notes, and snippets.

@cwlsn
Created March 23, 2018 18:10
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 cwlsn/8cd6ba2f536176a2d35df2fcb860a4ab to your computer and use it in GitHub Desktop.
Save cwlsn/8cd6ba2f536176a2d35df2fcb860a4ab to your computer and use it in GitHub Desktop.
.editorconfig
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = tab
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
[COMMIT_EDITMSG]
max_line_length = 0
[*.{css,scss,html}]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment