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
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
}