Passed
Push — asset-image ( 267340 )
by Arnaud
05:29
created
config/default.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -13,14 +13,14 @@  discard block
 block discarded – undo
13 13
     'title'        => '',
14 14
     'baseline'     => '',
15 15
     'baseurl'      => 'http://localhost:8000/',
16
-    'canonicalurl' => false,   // if true 'url()' function preprends URL wirh 'baseurl'
16
+    'canonicalurl' => false, // if true 'url()' function preprends URL wirh 'baseurl'
17 17
     'description'  => '',
18
-    'taxonomies'   => [        // default taxonomies
18
+    'taxonomies'   => [// default taxonomies
19 19
         'tags'       => 'tag', // can be disabled with 'disabled' value
20 20
         'categories' => 'category',
21 21
     ],
22 22
     'pagination' => [
23
-        'max'  => 5,      // number of pages on each paginated pages
23
+        'max'  => 5, // number of pages on each paginated pages
24 24
         'path' => 'page', // path to paginated pages. ie: '/blog/page/2/'
25 25
     ],
26 26
     'date' => [
@@ -214,9 +214,9 @@  discard block
 block discarded – undo
214 214
         'fingerprint' => [
215 215
             'enabled' => true,
216 216
         ],
217
-        'target' => 'assets',    // target directory of remote and resized assets
217
+        'target' => 'assets', // target directory of remote and resized assets
218 218
         'images' => [
219
-            'quality'  => 90,    // quality of a resized jpeg image
219
+            'quality'  => 90, // quality of a resized jpeg image
220 220
             'optimize' => false, // enables image optimization (JpegOptim, Optipng, Pngquant 2, SVGO 1, Gifsicle, cwebp)
221 221
         ],
222 222
     ],
Please login to merge, or discard this patch.