From ec342add2afa96f0e856055d21fb397897f9a06e Mon Sep 17 00:00:00 2001 From: Lina Wolf <> Date: Tue, 8 Sep 2026 19:49:10 +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. Run directly on this branch rather than backported from main: a whitespace commit cherry-picked onto a diverged branch conflicts on exactly the lines it touches. Assisted-by: Claude Sonnet 5 Signed-off-by: Lina Wolf --- .editorconfig | 2 +- .github/dependabot.yml | 1 - CONTRIBUTING.md | 6 +++--- Documentation/CoreSupport/Index.rst | 1 - Documentation/Includes.rst.txt | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5fead08..f512c34 100644 --- a/.editorconfig +++ b/.editorconfig @@ -27,4 +27,4 @@ max_line_length = 80 # Makefile [{Makefile,**.mk}] # Use tabs for indentation (Makefiles require tabs) -indent_style = tab \ No newline at end of file +indent_style = tab diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1731cc..2915d83 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,3 @@ updates: interval: weekly day: monday open-pull-requests-limit: 5 - diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17fc099..12ac3f1 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/CoreSupport/Index.rst b/Documentation/CoreSupport/Index.rst index cdaf9c8..9480bf4 100644 --- a/Documentation/CoreSupport/Index.rst +++ b/Documentation/CoreSupport/Index.rst @@ -13,4 +13,3 @@ Core support for localization Tca/Index Permissions/Index - diff --git a/Documentation/Includes.rst.txt b/Documentation/Includes.rst.txt index bf6cef4..469841d 100644 --- a/Documentation/Includes.rst.txt +++ b/Documentation/Includes.rst.txt @@ -31,4 +31,4 @@ .. By default, code blocks use PHP syntax highlighting -.. highlight:: php \ No newline at end of file +.. highlight:: php