projects
/
perltidy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d212f8
)
fix text
author
Steve Hancock
<perltidy@users.sourceforge.net>
Fri, 6 Dec 2024 17:37:08 +0000
(09:37 -0800)
committer
Steve Hancock
<perltidy@users.sourceforge.net>
Fri, 6 Dec 2024 17:37:08 +0000
(09:37 -0800)
bin/perltidy
patch
|
blob
|
history
diff --git
a/bin/perltidy
b/bin/perltidy
index fc48e14d942445d660be1dd9b66d99fe98ab420a..37859a53857d22d953ec99c32722bd50c9533276 100755
(executable)
--- a/
bin/perltidy
+++ b/
bin/perltidy
@@
-4738,7
+4738,7
@@
The default formatting will be:
$z = sqrt( $x**2 + $y**2 );
-Using the <-bos> flag keeps the isolated semicolon:
+Using the
B
<-bos> flag keeps the isolated semicolon:
# perltidy -bos
$z = sqrt( $x**2 + $y**2 )