Skip to content

Instantly share code, notes, and snippets.

@conartist6
Created December 11, 2020 02:36
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 conartist6/261875f344d969a39bd3eef151e015bf to your computer and use it in GitHub Desktop.
Save conartist6/261875f344d969a39bd3eef151e015bf to your computer and use it in GitHub Desktop.
Simple editorconfig
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[{*.{js,json,md}}]
charset = utf-8
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment