Skip to content

Commit

Permalink
fix: php cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Jan 2, 2025
1 parent fd0da49 commit 943f617
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,20 @@ indent_style = tab
# phpstan.neon
[*.neon]
indent_style = tab

# Ignore paths
[/var/**]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset

[package-lock.json]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset
1 change: 1 addition & 0 deletions php-cs-fixer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the TYPO3 CMS project.
*
Expand Down

0 comments on commit 943f617

Please sign in to comment.