problem description
just entering VIM, I want 4 indented spaces when editing * .php
files, but 2 indented spaces when editing * .blade.php
files.
currently sets the number of spaces according to Filetype, but this setting does not meet my needs.
ask for help
wants to be able to set the number of indented spaces by matching the file name suffix to find a configuration or a plug-in. TKS~