Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: yoshinorin <[email protected]>
  • Loading branch information
uiolee and yoshinorin authored Mar 30, 2024
1 parent e2eea03 commit 9469cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/hexo/default_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9469cff

Please sign in to comment.