ClangFormat-Xcode
                                
                                 ClangFormat-Xcode copied to clipboard
                                
                                    ClangFormat-Xcode copied to clipboard
                            
                            
                            
                        Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
While working on https://github.com/dotnet/corefx/pull/30495, I realized that clang-format has transformed: ```c #define LIMIT_MAX(T) _Generic(((T)0), \ unsigned int: UINT_MAX, \ unsigned long: ULONG_MAX, \ unsigned long long: ULLONG_MAX) ``` into: ```c...
Hi, I was wondering if it's possible to add also clang-tidy rules using this plugin. Perhaps there is a way to use this plugin and make xcode extract the rules...
How to install ? http://alcatraz.io/ not available| Copy and run project doesn't work as well.
When I encountered the problems in the figure, write personal configuration #ifndef and #endif not installed around the format code indentation, could you tell me which option Settings you can...
i update xcode to 11 but it didnt work i feel so sad
Trying to migrate an inherited project using two-space indenting to four-space / tab indenting using Clang-Format. Seems to be ignoring the `IndentWidth`, `UseTab`, and `TabWidth` properties entirely. Other changes take...
Please update this plugin to support XCode 9. I resigned XCode 9, ClangFormat plugin loaded, its menu appeared, but it's not working - nothing happens when I try to format...
I set like follow: KeepEmptyLinesAtTheStartOfBlocks: true but a lot of result like follow: - (void)stopAudioMix { G_StopAudioMix(_livePush); } there are no empty line after "{",But other format has been applied....
Hi, I am confused about this line in the documentation: `Clone this repo, build and run ClangFormat, restart Xcode.` I assume it means to run `open ClangFormat.xcodeproj`, build the project,...
It can be really cool to get XcodeClangFormat app for Xcode 8 via homebrew cask. This is the documentation : https://github.com/caskroom/homebrew-cask/blob/master/doc/development/adding_a_cask.md