From 996ba834de27f424b79e6dce7b0c5997b62d1226 Mon Sep 17 00:00:00 2001 From: Lina Wolf <> Date: Tue, 8 Sep 2026 19:43:53 +0200 Subject: [PATCH] [TASK] Apply pre-commit whitespace fixes Runs the trailing-whitespace and end-of-file-fixer hooks over the repository, so the scheduled workflow does not have to do it later in a separate commit. The changes are whitespace only; no wording was touched. Assisted-by: Claude Sonnet 5 Signed-off-by: Lina Wolf --- .gitignore | 2 +- CONTRIBUTING.md | 6 +++--- Documentation/.gitignore | 2 +- Documentation/Appendix/Cgl.rst | 6 +++--- Documentation/Appendix/Composer.rst | 1 - Documentation/Appendix/HowToDeprecateThings.rst | 2 +- Documentation/Appendix/Windows/Troubleshooting.rst | 1 - Documentation/HandlingAPatch/Rebase.rst | 3 --- Documentation/Quickstart/2-Accounts.rst | 1 - Documentation/Quickstart/5-TYPO3.rst | 1 - Documentation/Quickstart/6-Patch-Intermezzo.rst | 1 - Documentation/Quickstart/6-Patch.rst | 1 - Documentation/Quickstart/Index.rst | 2 +- Documentation/Testing/CoreTesting.rst | 1 - Documentation/guides.xml | 2 +- 15 files changed, 11 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 1eeb9cb2..70cf698d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ # Git # global ignore file ######################## -# ignoring temporary files (left by e.g. vim) +# ignoring temporary files (left by e.g. vim) # ignoring by common IDE's used directories/files # dont ignore .rej and .orig as we want to see/clean files after conflict resolution # diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d371230b..7e02211d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,9 @@ ## Create Issues -* If you find something missing or something is wrong in this manual, you are welcome to write an issue describing the problem. -* If you can, please try to fix the problem yourself. -* For minor changes, it is not necessary to create an issue first. +* If you find something missing or something is wrong in this manual, you are welcome to write an issue describing the problem. +* If you can, please try to fix the problem yourself. +* For minor changes, it is not necessary to create an issue first. ## Make changes (create pull requests) diff --git a/Documentation/.gitignore b/Documentation/.gitignore index a7b9a8c5..4885c1e9 100644 --- a/Documentation/.gitignore +++ b/Documentation/.gitignore @@ -1 +1 @@ -_logs/* \ No newline at end of file +_logs/* diff --git a/Documentation/Appendix/Cgl.rst b/Documentation/Appendix/Cgl.rst index 9394c1f0..0b547d7b 100644 --- a/Documentation/Appendix/Cgl.rst +++ b/Documentation/Appendix/Cgl.rst @@ -60,13 +60,13 @@ Xliff files =========== Language files are usually stored in a Folder Resources/Private/Language -in files with the ending *.xlf*. Xliff files are indented using 2 spaces. +in files with the ending *.xlf*. Xliff files are indented using 2 spaces. The following command normalizes your XLIFF files: .. code-block:: bash Build/Scripts/runTests.sh -s normalizeXliff - + Please also check :ref:`common-review-checks-xlf` for Xliff-specific things to pay attention to. @@ -122,7 +122,7 @@ shortened: .. code-block:: php $languageService->sL('backend.toolbar:save'); - + This syntax is preferred and should be utilized for any new code committed to TYPO3 v14+ because of these reasons: diff --git a/Documentation/Appendix/Composer.rst b/Documentation/Appendix/Composer.rst index 0003f9cf..93d843c0 100644 --- a/Documentation/Appendix/Composer.rst +++ b/Documentation/Appendix/Composer.rst @@ -76,4 +76,3 @@ to list them. You will see something like: gerrit:setup:commitMessageHook:enable Enable the commit message hook needed for gerrit gerrit:setup:preCommitHook:disable Disable pre commit hook to run some checks locally gerrit:setup:preCommitHook:enable Enable pre commit hook to run some checks locally - diff --git a/Documentation/Appendix/HowToDeprecateThings.rst b/Documentation/Appendix/HowToDeprecateThings.rst index bd25a9f3..9fc3669d 100644 --- a/Documentation/Appendix/HowToDeprecateThings.rst +++ b/Documentation/Appendix/HowToDeprecateThings.rst @@ -267,7 +267,7 @@ and mark it as deprecated with an `x-unused-since` attribute for XLIFF 1.2 or th .. group-tab:: XLIFF 1.2 .. code-block:: xml - + Type diff --git a/Documentation/Appendix/Windows/Troubleshooting.rst b/Documentation/Appendix/Windows/Troubleshooting.rst index caf78f88..a54fa606 100644 --- a/Documentation/Appendix/Windows/Troubleshooting.rst +++ b/Documentation/Appendix/Windows/Troubleshooting.rst @@ -62,4 +62,3 @@ Checklist for SSH problems .. code-block:: bash C:\Users\\.ssh\ - diff --git a/Documentation/HandlingAPatch/Rebase.rst b/Documentation/HandlingAPatch/Rebase.rst index d36b171c..61bee3d4 100644 --- a/Documentation/HandlingAPatch/Rebase.rst +++ b/Documentation/HandlingAPatch/Rebase.rst @@ -138,6 +138,3 @@ using the upstream branch (latest main branch). * `StackOverflow: Difference between git pull and git pull --rebase `__ - - - diff --git a/Documentation/Quickstart/2-Accounts.rst b/Documentation/Quickstart/2-Accounts.rst index 74f8a3f9..5c8fa1e3 100644 --- a/Documentation/Quickstart/2-Accounts.rst +++ b/Documentation/Quickstart/2-Accounts.rst @@ -41,4 +41,3 @@ Quick Start: Accounts needed You need to register an account for Slack, see `https://typo3.org/community/meet/chat-slack/`__ and :ref:`slack-account`. - diff --git a/Documentation/Quickstart/5-TYPO3.rst b/Documentation/Quickstart/5-TYPO3.rst index 1ec008c5..346296c2 100644 --- a/Documentation/Quickstart/5-TYPO3.rst +++ b/Documentation/Quickstart/5-TYPO3.rst @@ -113,4 +113,3 @@ Quick Start: Set up TYPO3 :caption: **Open up the TYPO3 Backend for the ddev instance** ddev launch typo3 - diff --git a/Documentation/Quickstart/6-Patch-Intermezzo.rst b/Documentation/Quickstart/6-Patch-Intermezzo.rst index 5b0ab595..a407b6d2 100644 --- a/Documentation/Quickstart/6-Patch-Intermezzo.rst +++ b/Documentation/Quickstart/6-Patch-Intermezzo.rst @@ -160,4 +160,3 @@ re-execute the test, you will see it will properly report a failure. This concludes stating an intent for contributing a patch and you have a modified file plus a test to contribute. Continue on :ref:`quickstart-patch`! - diff --git a/Documentation/Quickstart/6-Patch.rst b/Documentation/Quickstart/6-Patch.rst index af463eae..4e76165a 100644 --- a/Documentation/Quickstart/6-Patch.rst +++ b/Documentation/Quickstart/6-Patch.rst @@ -200,4 +200,3 @@ Now with this example in mind, we have two modified files that we want to commit The TYPO3 community is thankful for you following this guide, and we hope once you have set up your development environment for it you can enjoy being an active contributor! - diff --git a/Documentation/Quickstart/Index.rst b/Documentation/Quickstart/Index.rst index 9ed84240..eb97cfde 100644 --- a/Documentation/Quickstart/Index.rst +++ b/Documentation/Quickstart/Index.rst @@ -14,7 +14,7 @@ Quick Start: Get ready to contribute to TYPO3 in under 30 minutes! .. hint:: The TYPO3 contribution workflow is a bit **different compared to - Gitlab Merge Requests (MR) or GitHub Pull Requests (PR)**. + Gitlab Merge Requests (MR) or GitHub Pull Requests (PR)**. Once you set up Git with your credentials (explained in these chapters), you can directly push code to the `main` branch of TYPO3's own Git. Don't be afraid! You don't directly push "live code", but instead this diff --git a/Documentation/Testing/CoreTesting.rst b/Documentation/Testing/CoreTesting.rst index aad0ff83..b39ab74e 100644 --- a/Documentation/Testing/CoreTesting.rst +++ b/Documentation/Testing/CoreTesting.rst @@ -265,4 +265,3 @@ You can also run a watch task thanks to the full integration of npm command exec .. code-block:: shell Build/Scripts/runTests.sh -s npm -- run watch:build - diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 0d1c47f7..62a5a64f 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -12,7 +12,7 @@ interlink-shortcode="t3contribute" />