aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-09-26 14:41:49 +0300
committerGitHub <[email protected]>2017-09-26 14:41:49 +0300
commit4d96ad8dfc2221a4399776e002c215bb7d9fdfa8 (patch)
treed5e0b1db5dd33096a60879d92bbc590dbf977761
parent2e2ea74254ff640927af1f5427d2449cfac847b6 (diff)
downloadbootstrap-4d96ad8dfc2221a4399776e002c215bb7d9fdfa8.tar.xz
bootstrap-4d96ad8dfc2221a4399776e002c215bb7d9fdfa8.zip
Tabs to spaces. (#24110)
-rw-r--r--build/rollup.config.js3
-rw-r--r--build/uglifyjs.config.json6
2 files changed, 4 insertions, 5 deletions
diff --git a/build/rollup.config.js b/build/rollup.config.js
index 47e302b78..656e1e2a7 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 5085f4186..c536aed2b 100644
--- a/build/uglifyjs.config.json
+++ b/build/uglifyjs.config.json
@@ -1,7 +1,7 @@
{
- "output": {
- "comments": "/^!/"
- },
+ "output": {
+ "comments": "/^!/"
+ },
"compress": {
"typeofs": false
}