I'd prefer something like functions are in C (no spaces, always bracketed, and returning either a type or 'void'), but with case-insensitivity.
The problem with case-sensitive names is getting the case right - is it rgb, Rgb, or RGB?
Having no spaces, makes it easier to write tools that understand the code, and standardisation on brackets makes that even easier.