-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpCBcfg.ini
More file actions
42 lines (41 loc) · 1.21 KB
/
phpCBcfg.ini
File metadata and controls
42 lines (41 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
; quick reference: http://www.waterproof.fr/products/phpCodeBeautifier/manual.php
;
; PROFILE SHORTCUTS
; to define shortcut for profile use format:
; [profile name*shortcut], e.g. [Full option*Ctrl+Alt+O]
;
[Pear coding standard]
--space-after-if
--space-after-switch
--space-after-while
--space-before-start-angle-bracket
--space-after-end-angle-bracket
--one-true-brace-function-declaration
--glue-amperscore
--change-shell-comment-to-double-slashes-comment
--force-large-php-code-tag
--force-true-false-null-contant-lowercase
--align-equal-statements
--comment-rendering-style PEAR
--equal-align-position 30
--padding-char-count 4
[Full option]
--space-after-start-bracket
--space-before-end-bracket
--space-after-if
--space-after-switch
--space-after-while
--space-before-start-angle-bracket
--space-after-end-angle-bracket
--extra-padding-for-case-statement
--one-true-brace-function-declaration
--glue-amperscore
--change-shell-comment-to-double-slashes-comment
--indent-with-tab
--force-large-php-code-tag
--force-true-false-null-contant-lowercase
--align-equal-statements
--align-equal-statements-to-fixed-pos
--comment-rendering-style PHPDoc
--equal-align-position 30
--padding-char-count 4