Fork of the Cocotron for Darling
Go to file
2021-06-28 23:30:34 -04:00
AppKit Add/fix lots of protocols and type definitions 2021-06-28 23:30:34 -04:00
Cocoa Removed Unused Code 2021-05-24 21:11:48 -04:00
CoreData Removed Unused Code 2021-05-24 21:11:48 -04:00
CoreGraphics Add/fix lots of protocols and type definitions 2021-06-28 23:30:34 -04:00
CoreText Add/fix lots of protocols and type definitions 2021-06-28 23:30:34 -04:00
examples Removed Unused Code 2021-05-24 21:11:48 -04:00
formatting Improve Patch and Format New Code 2020-05-13 11:33:22 -04:00
Onyx2D Fix out-of-bounds access in -[O2Font_freetype initWIthFace:] 2021-06-13 09:17:36 -04:00
QuartzCore Removed Unused Code 2021-05-24 21:11:48 -04:00
.clang-format Fix Continuation Indent 2020-05-12 17:04:16 -04:00
.gitignore Code Formatting Using Patched ClangFormat 2020-05-12 17:04:15 -04:00
CMakeLists.txt Removed Unused Code 2021-05-24 21:11:48 -04:00
LICENSE Removed Unused Code 2021-05-24 21:11:48 -04:00
README.md Code Formatting Using Patched ClangFormat 2020-05-12 17:04:15 -04:00

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