From: XhmikosR Date: Tue, 26 Sep 2017 11:41:49 +0000 (+0300) Subject: Tabs to spaces. (#24110) X-Git-Tag: v4.0.0-beta.2~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d96ad8dfc2221a4399776e002c215bb7d9fdfa8;p=thirdparty%2Fbootstrap.git Tabs to spaces. (#24110) --- diff --git a/build/rollup.config.js b/build/rollup.config.js index 47e302b781..656e1e2a77 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -44,6 +44,5 @@ module.exports = { * Bootstrap v${pkg.version} (${pkg.homepage}) * Copyright 2011-${year} ${pkg.author} * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - ` + */` } diff --git a/build/uglifyjs.config.json b/build/uglifyjs.config.json index 5085f4186e..c536aed2ba 100644 --- a/build/uglifyjs.config.json +++ b/build/uglifyjs.config.json @@ -1,7 +1,7 @@ { - "output": { - "comments": "/^!/" - }, + "output": { + "comments": "/^!/" + }, "compress": { "typeofs": false }