Skip to content

Instantly share code, notes, and snippets.

@mreschke
Last active January 9, 2018 13:09
Show Gist options
  • Save mreschke/7d9c4ecc8b4f67a8b260593e9ac1e07a to your computer and use it in GitHub Desktop.
Save mreschke/7d9c4ecc8b4f67a8b260593e9ac1e07a to your computer and use it in GitHub Desktop.
# mReschke Standardized .editor config
# See https://gist.github.com/mreschke/7d9c4ecc8b4f67a8b260593e9ac1e07a
# Top-most EditorConfig file
root = true
# Global settings
[*]
charset = utf-8
indent_size = 4
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
# 2 Space Indents
[*.{js,py,rb,ru,erb,md,yaml,yml,json}]
indent_size = 2
indent_style = space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment