Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdent array literals for php [] #12286

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

chschneider
Copy link
Contributor

Outdent array literals according to https://www.php-fig.org/per/coding-style/#11-arrays

With this fix pressing enter after '$array = [' avoids double-indenting and produces
$array = [
_
]

@chschneider chschneider changed the title Outdent array literals [] Outdent array literals for php [] Dec 18, 2024
@the-mikedavis the-mikedavis merged commit 13e5a2e into helix-editor:master Dec 18, 2024
6 checks passed
CedricMeu pushed a commit to CedricMeu/helix that referenced this pull request Jan 2, 2025
GladkihEgor pushed a commit to GladkihEgor/helix that referenced this pull request Jan 4, 2025
diucicd pushed a commit to diucicd/helix that referenced this pull request Jan 8, 2025
rmburg pushed a commit to rmburg/helix that referenced this pull request Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants