Skip to content

Instantly share code, notes, and snippets.

@matt-diehl
Last active December 2, 2015 21:43
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 matt-diehl/b406cdffae6aac23f3b5 to your computer and use it in GitHub Desktop.
Save matt-diehl/b406cdffae6aac23f3b5 to your computer and use it in GitHub Desktop.
An editorconfig that tech and front-end people can all agree on
# top-most EditorConfig file
root = true
[*]
# We recommend you to keep these unchanged
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[FrontEndSrc/*]
end_of_line = lf
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false
@matt-diehl
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment