Created
February 25, 2019 14:38
-
-
Save JBlond/36e9f2fa329cd4011935c8bb9d79614f to your computer and use it in GitHub Desktop.
.editorconfig
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
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_size = 4 | |
indent_style = tab | |
insert_final_newline = true | |
trim_trailing_whitespace = true | |
[{composer.json,package.json,.travis.yml}] | |
indent_style = space | |
indent_size = 2 | |
[*.md] | |
indent_style = space | |
trim_trailing_whitespace = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment