mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Adjust PHP indentation defaults to 4 spaces
In the PHP community, 4 spaces is widely considered the default, as it is recommended by the PSR-2 and PSR-12 standards, as well as popular derivative standards like those for Laravel and Symphony.
This commit is contained in:
parent
1720b98760
commit
924b7d3b19
@ -200,7 +200,7 @@ injection-regex = "php"
|
||||
file-types = ["php"]
|
||||
roots = []
|
||||
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
|
||||
[[language]]
|
||||
name = "latex"
|
||||
|
Loading…
Reference in New Issue
Block a user