mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 04:00:00 +00:00
Fork of the Cocotron for Darling
0baee1d669
Stubs and symbols for iTerm2 |
||
---|---|---|
AppKit | ||
Cocoa | ||
CoreData | ||
CoreGraphics | ||
CoreText | ||
examples | ||
formatting | ||
Onyx2D | ||
QuartzCore | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
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