Skip to content

Instantly share code, notes, and snippets.

@conartist6
Created December 11, 2020 02:36
Show Gist options
  • Select an option

  • Save conartist6/261875f344d969a39bd3eef151e015bf to your computer and use it in GitHub Desktop.

Select an option

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