-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from yieldmo/installation-n-usage
Installation and usage
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 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 |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# uncrustifier | ||
A simple Xcode 8 extension that wraps https://github.com/uncrustify/uncrustify/ | ||
|
||
## build + installation | ||
1. Build using Xcode 8+. | ||
1. If you are using macOS 10.11, run ```sudo /usr/libexec/xpccachectl``` and restart your machine. | ||
1. Replace /Uncrustify/uncrustify.cfg with your desired configuration file. | ||
1. Open Uncrustifier.xcodeproj and run the Uncrustify target. Choose Xcode as the host application. | ||
|
||
## usage | ||
|
||
Editor > Uncrustify > Format Current Document | ||
|
||
![](readme-images/demo.gif) | ||
|
||
The extension will format the active file. | ||
|
||
## contributing | ||
|
||
Feel free to send bugs or feature requests [here](https://github.com/yieldmo/uncrustifier/issues). | ||
|
||
[Pull requests](https://github.com/yieldmo/uncrustifier/pulls) are also welcome! |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.