Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Last active August 29, 2015 14:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaspanik/af593d0ce136b9faa75f to your computer and use it in GitHub Desktop.
Save gaspanik/af593d0ce136b9faa75f to your computer and use it in GitHub Desktop.
sample-editorconfig
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{md,mdown,markdown}]
indent_style = tab
indent_size = 2
trim_trailing_whitespace = false
[*.jade]
indent_style = tab
indent_size = 2
#editorconfig
root = true
[*.php]
indent_style = tab
indent_size = 2
[*.inc]
indent_style = tab
indent_size = 2
@gaspanik
Copy link
Author

gaspanik commented Sep 6, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment