From 4d96ad8dfc2221a4399776e002c215bb7d9fdfa8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Sep 2017 14:41:49 +0300 Subject: [PATCH] Tabs to spaces. (#24110) --- build/rollup.config.js | 3 +-- build/uglifyjs.config.json | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) 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 }