Skip to content

Instantly share code, notes, and snippets.

@amonks
Last active August 29, 2015 14:16
Show Gist options
  • Save amonks/0da5953d8c49f2aa0026 to your computer and use it in GitHub Desktop.
Save amonks/0da5953d8c49f2aa0026 to your computer and use it in GitHub Desktop.
my .editorconfig
# EditorConfig is awesome: http://EditorConfig.org
# Andrew Monks' .editorconfig
# current version at http://gist.github.com/amonks/0da5953d8c49f2aa0026
# 3/2/15
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
# javascript
[*.js]
indent_size = 2
# markdown
[*.{md,mdown,markdown}]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment