Skip to content

Commit

Permalink
add vim modeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bennet0496 committed Mar 20, 2024
1 parent 7daf66c commit 7e24e22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.inc.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,6 @@ $config["nextcloud_attachment_exclude_users_in_addr_book_group"] = [];

// Enable/Disable certificate validation for https on WebDAV and API requests
// Defaults to true (enabled)
$config["nextcloud_attachment_verify_https"] = true;
$config["nextcloud_attachment_verify_https"] = true;

// vim: set syntax=php ts=4 sw=4:

0 comments on commit 7e24e22

Please sign in to comment.