Created
April 28, 2022 15:44
-
-
Save jpickwell/4bb09b7f2f171eb0ae89509e3b329327 to your computer and use it in GitHub Desktop.
Editor Config
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 = 2 | |
indent_style = tab | |
insert_final_newline = true | |
max_line_length = off | |
tab_width = 4 | |
trim_trailing_whitespace = true | |
ij_continuation_indent_size = 2 | |
ij_smart_tabs = false | |
ij_visual_guides = 80, 120 | |
ij_wrap_on_typing = false | |
# HTML+PHP, PHP | |
[{*.aw, *.ctp, *.fcgi, *.inc, *.php, *.php[345st], *.phtml, .php_cs, .php_cs.dist, artisan, Phakefile}] | |
indent_size = 4 | |
ij_blade_indent_size = 4 | |
ij_php_indent_size = 4 | |
indent_style = space | |
ij_continuation_indent_size = 4 | |
ij_blade_continuation_indent_size = 4 | |
ij_php_continuation_indent_size = 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment