From 727d6cb344fcb0d5220157421f5edeee4142c6e7 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 20 Jul 2022 21:56:48 -0500 Subject: [PATCH 1/2] auto-minify Signed-off-by: jolheiser --- docs/content/doc/help/faq.en-us.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md index a64cccfa66f4c..0cd4261d25a63 100644 --- a/docs/content/doc/help/faq.en-us.md +++ b/docs/content/doc/help/faq.en-us.md @@ -403,3 +403,8 @@ gitea doctor recreate-table ``` It is highly recommended to back-up your database before running these commands. + + +## Why are tabs/indents wrong when viewing files + +If you are using Cloudflare, turn off the auto-minify option in the dashboard. From 69c95e71e9b368a26b9181e9455eb89a6fbe6f8b Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 20 Jul 2022 22:31:03 -0500 Subject: [PATCH 2/2] Add directions Signed-off-by: jolheiser --- docs/content/doc/help/faq.en-us.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md index 0cd4261d25a63..5783169fa9c5b 100644 --- a/docs/content/doc/help/faq.en-us.md +++ b/docs/content/doc/help/faq.en-us.md @@ -407,4 +407,5 @@ It is highly recommended to back-up your database before running these commands. ## Why are tabs/indents wrong when viewing files -If you are using Cloudflare, turn off the auto-minify option in the dashboard. +If you are using Cloudflare, turn off the auto-minify option in the dashboard. +`Speed` -> `Optimization` -> Uncheck `HTML` within the `Auto-Minify` settings.