Skip to content

Commit c35c6ac

Browse files
committed
add tidy config.
1 parent 1979932 commit c35c6ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.phptidy-config.php

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
$default_package = 'silverstripe-userform-utils';
4+
$add_operator_space = true;
5+
$fix_round_bracket_space = true;
6+
$add_file_docblock = false;
7+
$add_function_docblocks = true;
8+
$add_doctags = false;
9+
$fix_docblock_format = true;
10+
$fix_docblock_space = true;

0 commit comments

Comments
 (0)