Add block comment configuration for PHP

This commit is contained in:
Leo Unglaub 2025-02-02 19:37:13 -05:00 committed by Michael Davis
parent b8bfc44e42
commit 0ab403d428
No known key found for this signature in database

View file

@ -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 = " " }