Skip to content

Commit 5227646

Browse files
committed
fix: set trim_trailing_whitespace to false for pug files
1 parent e0f7330 commit 5227646

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ trim_trailing_whitespace = true
1212
[*.md]
1313
max_line_length = off
1414
trim_trailing_whitespace = false
15+
16+
[*.pug]
17+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)