]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tabs to spaces. (#24110)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 26 Sep 2017 11:41:49 +0000 (14:41 +0300)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2017 11:41:49 +0000 (14:41 +0300)
build/rollup.config.js
build/uglifyjs.config.json

index 47e302b7814afb093f16a88595d453721dc7b2fe..656e1e2a77a0738781184ba5acef3160864c2bc6 100644 (file)
@@ -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)
-  */
- `
+  */`
 }
index 5085f4186eaf07ab21736f5e5dcc36540e71caac..c536aed2ba504faed113921203b06a84d371959b 100644 (file)
@@ -1,7 +1,7 @@
 {
-       "output": {
-               "comments": "/^!/"
-       },
+  "output": {
+    "comments": "/^!/"
+  },
   "compress": {
     "typeofs": false
   }