diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 36ef48462a7..81c01eb3d0a 100755 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -312,7 +312,7 @@ class OC_Mount_Config { } else { $file = OC::$SERVERROOT.'/config/mount.json'; } - $content = json_encode($data); + $content = json_encode($data, JSON_PRETTY_PRINTy print json); @file_put_contents($file, $content); }