mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
Add block comment configuration for PHP
This commit is contained in:
parent
b8bfc44e42
commit
0ab403d428
@ -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…
x
Reference in New Issue
Block a user