Skip to content

Commit a979b17

Browse files
committed
UPDATED: Update astyle; update d_string
1 parent bfc9801 commit a979b17

File tree

11 files changed

+1263
-804
lines changed

11 files changed

+1263
-804
lines changed

.astylerc

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Indent pre-processor directives
2222
--indent-preproc-block
2323
--indent-preproc-define
24-
--indent-preproc-cond
24+
# --indent-preproc-cond
2525

2626

2727
# Line endings
@@ -42,12 +42,25 @@
4242

4343

4444
# Pointers/References
45+
--align-pointer=middle
4546
--align-reference=name
4647

4748

49+
# Line endings
50+
--lineend=linux
51+
52+
4853
# Excludes
49-
--exclude="src/critic.c"
50-
--exclude="src/smartenter.c"
51-
--exclude="src/smartenter_parser.c"
54+
--exclude="Sources/libMultiMarkdown/scanners.c"
55+
--exclude="Sources/libMultiMarkdown/parser.c"
56+
--exclude="Sources/libMultiMarkdown/lexer.c"
57+
58+
--exclude="Sources/libMultiMarkdown/i18n.h"
59+
--exclude="Sources/libMultiMarkdown/miniz.c"
60+
--exclude="Sources/libMultiMarkdown/miniz.h"
61+
--exclude="Sources/libMultiMarkdown/uthash.h"
62+
63+
--exclude="Sources/multimarkdown/argtable3.c"
64+
--exclude="Sources/multimarkdown/argtable3.h"
5265

5366
--ignore-exclude-errors

0 commit comments

Comments
 (0)