From 9469cff487c5eb400641cccb262a3f6e7b02eecb Mon Sep 17 00:00:00 2001 From: Uiolee <22849383+uiolee@users.noreply.github.com> Date: Sat, 30 Mar 2024 22:22:26 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: yoshinorin --- lib/hexo/default_config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hexo/default_config.ts b/lib/hexo/default_config.ts index 83fc7e35aa..6d1ede870c 100644 --- a/lib/hexo/default_config.ts +++ b/lib/hexo/default_config.ts @@ -49,14 +49,14 @@ export = { hljs: false, line_threshold: 0, first_line_number: 'always1', - strip_indent: false + strip_indent: true }, prismjs: { preprocess: true, line_number: true, tab_replace: '', exclude_languages: [], - strip_indent: false + strip_indent: true }, // Category & Tag default_category: 'uncategorized',