Skip to content

Instantly share code, notes, and snippets.

@fristonio
Created February 4, 2018 09:58
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 fristonio/86e3e946b38a9e4f86acbce7c34e58a5 to your computer and use it in GitHub Desktop.
Save fristonio/86e3e946b38a9e4f86acbce7c34e58a5 to your computer and use it in GitHub Desktop.
Sample .editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,py}]
charset = utf-8
[*.{py,c,cpp,hs}]
indent_style = space
indent_size = 4
[*.{js,css,html}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
[{package.json,.travis.yml}]
indent_style = space
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment