We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d731482 commit f2ba262Copy full SHA for f2ba262
generators/app/templates/gulp/tasks/swig.js
@@ -27,6 +27,7 @@ function renderHtml(onlyChanged) {
27
wrap_attributes: 'auto', // 'force'
28
preserve_newlines: true,
29
// unformatted: [],
30
+
31
end_with_newline: true
32
}))
33
.pipe(gulp.dest(config.dest.html));
0 commit comments