The FreeTDS coding style for C code is close to K&R/Linux kernel style. This document makes explicit the coding style found through most of the project. There are likely to be portions of code that do not follow this style, but ideally all would. We are of course not trying to dictate how you code, but patches or submissions to CVS should be converted to this style prior to committing. The indent program found on most Unix systems will do this nicely. Code Blocks ----------- Blocks of code should start with the { on the line with the control statement. For example, for (i=0;i