Last active
January 9, 2018 13:09
-
-
Save mreschke/7d9c4ecc8b4f67a8b260593e9ac1e07a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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