-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
105 changed files
with
14,068 additions
and
9,105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# astyle configuration file | ||
# http://astyle.sourceforge.net/astyle.html | ||
|
||
|
||
# Brace style | ||
--style=java | ||
|
||
|
||
# Indents | ||
--indent=tab=4 | ||
|
||
|
||
# Switch statements | ||
--indent-switches | ||
|
||
|
||
# Break long conditionals | ||
--break-after-logical | ||
|
||
|
||
# Indent pre-processor directives | ||
--indent-preproc-block | ||
--indent-preproc-define | ||
--indent-preproc-cond | ||
|
||
|
||
# Line endings | ||
--lineend=linux | ||
|
||
|
||
# Add brackets to one-liners | ||
--add-brackets | ||
|
||
|
||
# Pad with blank lines | ||
--break-blocks | ||
|
||
|
||
# Pad with spaces | ||
--pad-oper | ||
--pad-header | ||
|
||
|
||
# Pointers/References | ||
--align-reference=name | ||
|
||
|
||
# Excludes | ||
--exclude="Sources/libMultiMarkdown/scanners.c" | ||
--exclude="Sources/libMultiMarkdown/parser.c" | ||
--exclude="Sources/libMultiMarkdown/lexer.c" | ||
|
||
--exclude="Sources/libMultiMarkdown/i18n.h" | ||
--exclude="Sources/libMultiMarkdown/miniz.c" | ||
--exclude="Sources/libMultiMarkdown/miniz.h" | ||
--exclude="Sources/libMultiMarkdown/uthash.h" | ||
|
||
--exclude="Sources/multimarkdown/argtable3.c" | ||
--exclude="Sources/multimarkdown/argtable3.h" | ||
|
||
--ignore-exclude-errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,4 +32,6 @@ test/a.out | |
|
||
/.build | ||
/Packages | ||
/mmd-swift.xcodeproj | ||
/mmd-swift.xcodeproj | ||
|
||
*.orig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,8 @@ branches: | |
only: | ||
- master | ||
- develop | ||
- /^\d+\.\d+.*/ | ||
- /^\d+\.\d+.*/ | ||
os: | ||
- linux | ||
- osx | ||
sudo: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.