Skip to content

Instantly share code, notes, and snippets.

@jpickwell
Created April 28, 2022 15:44
Show Gist options
  • Save jpickwell/4bb09b7f2f171eb0ae89509e3b329327 to your computer and use it in GitHub Desktop.
Save jpickwell/4bb09b7f2f171eb0ae89509e3b329327 to your computer and use it in GitHub Desktop.
Editor Config
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