SDL: Sync SDL3 wiki -> header (9e07e)

From 9e07e0c21535859d85133c62064d97582d021a6d Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 14 May 2026 18:52:22 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_hints.h | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index d37c1405d48bf..225b0cc1b1384 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -141,18 +141,21 @@ extern "C" {
 #define SDL_HINT_ANDROID_TRAP_BACK_BUTTON "SDL_ANDROID_TRAP_BACK_BUTTON"
 
 /**
- * A variable to control whether we allow persistent folder access on Android when using the SDL select folder dialog.
+ * A variable to control whether we allow persistent folder access on Android
+ * when using the SDL select folder dialog.
  *
- * If set to `1`, the selected folder will be accessible persistently across app launches.
- * That allows the user to only have to select the directory once, and then the app can access it again in the future
- * without needing to ask the user to select it again.
+ * If set to `1`, the selected folder will be accessible persistently across
+ * app launches. That allows the user to only have to select the directory
+ * once, and then the app can access it again in the future without needing to
+ * ask the user to select it again.
  *
  * The variable can be set to the following values:
  *
  * - "0": Persistent folder access is not allowed. (default)
  * - "1": Persistent folder access is allowed.
  *
- * This hint should be set before the SDL folder selection dialog is shown, and can be changed between dialog invocations.
+ * This hint should be set before the SDL folder selection dialog is shown,
+ * and can be changed between dialog invocations.
  *
  * \since This hint is available since SDL 3.6.0.
  */