Skip to content

Instantly share code, notes, and snippets.

@kdabir
Last active July 11, 2016 04:15
Show Gist options
  • Save kdabir/c0a0001437c60e405c5d8a625fe18b82 to your computer and use it in GitHub Desktop.
Save kdabir/c0a0001437c60e405c5d8a625fe18b82 to your computer and use it in GitHub Desktop.
My Editor Config file
# http://editorconfig.org
root = true
# Defaults
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{groovy,java,gradle}]
indent_size = 4
indent_style = space
[*.md]
trim_trailing_whitespace = false
[*.{js,css,html,json,yaml,coffee,rb}]
indent_size = 2
indent_style = space
[*.{bash,sh,zsh}]
indent_size = 4
[{Makefile, makefile}]
indent_style = tab
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment