Created
July 16, 2021 16:05
-
-
Save drhayes/3b9b002be84dc1ce7f4d3cfa5cf4c8c2 to your computer and use it in GitHub Desktop.
My personal root .editorconfig.
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
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
indent_style = space | |
[*.{js,py}] | |
charset = utf-8 | |
[Makefile] | |
indent_style = tab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment