Skip to content

Commit

Permalink
Default indent size pug does not match default indent size editorconf…
Browse files Browse the repository at this point in the history
…ig, fix this
  • Loading branch information
Wolfr committed Jul 14, 2021
1 parent ed1115c commit a098863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/discovery/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const defaultConfig = {
preserveNewlines: true,
inline: '',
logSuccess: false,
indentSize: 2,
indentSize: 4,
unformatted: ['pre', 'textarea'],
extraLiners: ['body']
},
Expand Down

0 comments on commit a098863

Please sign in to comment.