Skip to content

Instantly share code, notes, and snippets.

@drhayes
Created July 16, 2021 16:05
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save drhayes/3b9b002be84dc1ce7f4d3cfa5cf4c8c2 to your computer and use it in GitHub Desktop.
My personal root .editorconfig.
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