Skip to content

Instantly share code, notes, and snippets.

@andrewebdev
Last active March 13, 2018 12:39
Show Gist options
  • Save andrewebdev/d7b0cf99ee8dbed45a95efdfe37a7092 to your computer and use it in GitHub Desktop.
Save andrewebdev/d7b0cf99ee8dbed45a95efdfe37a7092 to your computer and use it in GitHub Desktop.
Base editor config
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.{html,css,js,py}]
charset = utf-8
[*.{py,md}]
indent_size = 4
[*.go]
indent_size = 4
indent_style = tab
[Makefile]
indent_size = 4
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment