mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-27 05:50:27 +00:00
12 lines
331 B
Markdown
12 lines
331 B
Markdown
|
# The Cocotron
|
||
|
Darling's fork of the Cocotron
|
||
|
|
||
|
## Code Formatting
|
||
|
```clang-format``` requires a patch to correctly format ObjC code
|
||
|
|
||
|
### Patch Instructions
|
||
|
Run ```cd formatting; ./build.sh``` to compile the patched ```clang-format``` from source
|
||
|
|
||
|
### Formatting Instrcutions
|
||
|
Run ```cd formatting; ./format.sh``` to format the code
|