Add block comment configuration for PHP
This commit is contained in:
parent
b8bfc44e42
commit
0ab403d428
1 changed files with 1 additions and 0 deletions
|
@ -1067,6 +1067,7 @@ file-types = ["php", "inc", "php4", "php5", "phtml", "ctp"]
|
|||
shebangs = ["php"]
|
||||
roots = ["composer.json", "index.php"]
|
||||
comment-token = "//"
|
||||
block-comment-tokens = [{start = "/**", end = "*/"}, {start = "/*", end = "*/"}]
|
||||
language-servers = [ "intelephense" ]
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue