An editorconfig that tech and front-end people can all agree on
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the options can be found here: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties