Open okrieg opened 12 years ago
Small functions should be all on one line -dan +orran open "{" should be on same line as arguments +Dan +Orran three lines per function 1 qualifier (e.g., static, inline...), 2 type, 3 function name and arguments +Dan +Orran
decision for big routines function on new line, everything qualifier and type on previous line open bracket for function on next line
for small functions, in header, all one line, in c file do same as big function
Small functions should be all on one line -dan +orran open "{" should be on same line as arguments +Dan +Orran three lines per function 1 qualifier (e.g., static, inline...), 2 type, 3 function name and arguments +Dan +Orran