Skip to content

Commit b473630

Browse files
committed
chore: Add some comments to the astyle config.
To explain why some options are disabled.
1 parent b7404f2 commit b473630

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

other/astyle/astylerc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
# Padding Options
1212
--pad-header
1313
--pad-oper
14+
# Not supported in restyled's astyle.
1415
#--unpad-brackets
1516
--unpad-paren
1617
--align-pointer=name
1718
--align-reference=name
18-
#--squeeze-lines=1
19+
# Disabled because it causes very large changes and it's unclear whether we
20+
# want all of those.
1921
#--squeeze-ws
2022

2123
# Formatting Options

0 commit comments

Comments
 (0)