Skip to content

Commit

Permalink
Merge pull request lra#270 from feigaochn/astyle-support
Browse files Browse the repository at this point in the history
Added support for Artistic Style
  • Loading branch information
lra committed Jun 9, 2014
2 parents c4bd3f5 + 10ebe89 commit fd3922d
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

## WIP

- Support for Artistic Style (via @feigaochn)
- Support for Tig (via @damiankloip)
- Added bundle directory to vim config (via @alanlamielle)

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -138,6 +138,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [AppCode 2](http://www.jetbrains.com/objc/)
- [Atom](https://atom.io/)
- [Arara](http://cereda.github.io/arara/)
- [Artistic Style](http://astyle.sourceforge.net)
- [asciinema](https://asciinema.org/)
- [Aspell](http://aspell.net/)
- [AusKey](https://abr.gov.au/AUSkey/)
5 changes: 5 additions & 0 deletions mackup/applications/astyle.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[application]
name = Artistic Style

[configuration_files]
.astylerc

0 comments on commit fd3922d

Please sign in to comment.