Skip to content

Commit f39c597

Browse files
committed
Update vim rules
1 parent df28f0f commit f39c597

22 files changed

+22
-22
lines changed

src/controllers/PrivacyNotice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* vim: set colorcolumn=: */
1+
<?php /* vim: set colorcolumn= expandtab shiftwidth=2 softtabstop=2 tabstop=4 smarttab: */
22
namespace BNETDocs\Controllers;
33

44
use \BNETDocs\Libraries\Authentication;

src/templates/Comment/Delete.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* vim: set colorcolumn=: */
1+
<?php /* vim: set colorcolumn= expandtab shiftwidth=2 softtabstop=2 tabstop=4 smarttab: */
22
namespace BNETDocs\Templates\Comment;
33
use \CarlBennett\MVC\Libraries\Pair;
44
$title = 'Delete Comment';

src/templates/Comment/Edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* vim: set colorcolumn=: */
1+
<?php /* vim: set colorcolumn= expandtab shiftwidth=2 softtabstop=2 tabstop=4 smarttab: */
22
namespace BNETDocs\Templates\Comment;
33
use \CarlBennett\MVC\Libraries\Common;
44
use \CarlBennett\MVC\Libraries\Pair;

src/templates/Comment/Section.inc.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* vim: set colorcolumn=: */
1+
<?php /* vim: set colorcolumn= expandtab shiftwidth=2 softtabstop=2 tabstop=4 smarttab: */
22
namespace BNETDocs\Templates\Comment;
33
use \BNETDocs\Libraries\Comment;
44
use \BNETDocs\Libraries\User;

src/templates/Credits.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* vim: set colorcolumn=: */
1+
<?php /* vim: set colorcolumn= expandtab shiftwidth=2 softtabstop=2 tabstop=4 smarttab: */
22
namespace BNETDocs\Templates;
33
use \BNETDocs\Libraries\User;
44
use \CarlBennett\MVC\Libraries\Common;

src/templates/Discord.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* vim: set colorcolumn=: */
1+
<?php /* vim: set colorcolumn= expandtab shiftwidth=2 softtabstop=2 tabstop=4 smarttab: */
22
namespace BNETDocs\Templates;
33
use \CarlBennett\MVC\Libraries\Common;
44
use \CarlBennett\MVC\Libraries\Pair;

src/templates/Document/Create.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* vim: set colorcolumn=: */
1+
<?php /* vim: set colorcolumn= expandtab shiftwidth=2 softtabstop=2 tabstop=4 smarttab: */
22
namespace BNETDocs\Templates\Document;
33
use \CarlBennett\MVC\Libraries\Common;
44
use \CarlBennett\MVC\Libraries\Pair;

src/templates/Document/Delete.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* vim: set colorcolumn=: */
1+
<?php /* vim: set colorcolumn= expandtab shiftwidth=2 softtabstop=2 tabstop=4 smarttab: */
22
namespace BNETDocs\Templates\Document;
33
use \CarlBennett\MVC\Libraries\Pair;
44
$title = 'Delete Document';

src/templates/Document/Edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* vim: set colorcolumn=: */
1+
<?php /* vim: set colorcolumn= expandtab shiftwidth=2 softtabstop=2 tabstop=4 smarttab: */
22
namespace BNETDocs\Templates\Document;
33
use \CarlBennett\MVC\Libraries\Common;
44
use \CarlBennett\MVC\Libraries\Pair;

src/templates/Document/Form.inc.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php /* vim: set colorcolumn=: */
1+
<?php /* vim: set colorcolumn= expandtab shiftwidth=2 softtabstop=2 tabstop=4 smarttab: */
22
namespace BNETDocs\Templates\Document; ?>
33
<form method="POST" action="?<?=($document_id ? 'id=' . filter_var($document_id, FILTER_SANITIZE_FULL_SPECIAL_CHARS) : '')?>">
44
<div class="form-group">

0 commit comments

Comments
 (0)