Uses uncrustify to format the code.
Based on Wonderful Objective-C style guide.
If-else braces:
if (condition) {
statement
}
else {
statement
}
Loop braces:
for (...) {
statement
}
while (...) {
statement
}
Uses uncrustify to format the code.
Based on Wonderful Objective-C style guide.
If-else braces:
if (condition) {
statement
}
else {
statement
}
Loop braces:
for (...) {
statement
}
while (...) {
statement
}