Spaces before comments

This commit is contained in:
Michael Horstmann 2022-06-30 16:19:56 +02:00
parent 2dda9eb095
commit 0bc1b19319
No known key found for this signature in database
GPG key ID: 3FF905ECFD78065C
2 changed files with 39 additions and 39 deletions

View file

@ -43,14 +43,14 @@ $global_readonly = false;
// array('Username' => 'Directory path', 'Username2' => 'Directory path', ...)
$directories_users = array();
// Enable highlight.js (https://highlightjs.org/) on view's page
// Enable highlight.js (https://highlightjs.org) on view's page
$use_highlightjs = true;
// highlight.js style
// for dark theme use 'ir-black'
$highlightjs_style = 'vs';
// Enable ace.js (https://ace.c9.io/) on view's page
// Enable ace.js (https://ace.c9.io) on view's page
$edit_files = true;
// Default timezone for date() and time()