Created
March 23, 2018 03:47
-
-
Save moolex/1835192779251c5840719507e3b93b95 to your computer and use it in GitHub Desktop.
editor config of carno-php
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 | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
[*.php] | |
charset = utf-8 | |
indent_style = space | |
indent_size = 4 | |
[{composer.json,.gitlab-ci.yml}] | |
indent_style = space | |
indent_size = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment