mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
9 lines
183 B
Scheme
9 lines
183 B
Scheme
; extends
|
|
|
|
; Fix for phpdoc comments that don't align * properly.
|
|
; This is black magic. I came up with it myself but
|
|
; i don't know why it works.
|
|
(ERROR
|
|
"/"
|
|
"**"
|
|
@indent.align)
|