Skip to content

Instantly share code, notes, and snippets.

@matt-diehl
Last active December 2, 2015 21:43
Embed
What would you like to do?
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