X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=cstyle.tex;h=e7f5917c62e0dd47375ec8326f39d6ce2edf1370;hb=6121e0e6f3aea3e43bf6d432fdd474566fd08a16;hp=328a7c3a6b03bd843f77450cedfa2335125bbed6;hpb=6e84dc8312f2fdb5b8b7467a0279afd5b2df107f;p=ion3-doc.git diff --git a/cstyle.tex b/cstyle.tex index 328a7c3..e7f5917 100644 --- a/cstyle.tex +++ b/cstyle.tex @@ -1,6 +1,6 @@ \section{C coding style} -If you want to submit patches to Ion, you MUST follow my coding +If you want to submit patches to Ion, you \textbf{must} follow my coding style, even if you think it is the root of all evil. We don't want the code to be an incomprehensible mess of styles and I have better things to do than fix other people's style to match mine. The style @@ -10,7 +10,7 @@ things to take note of. \subsection{Whitespace} \begin{itemize} - \item Indentations of 4 with \emph{tab size=4}. + \item Indentations of 4 with spaces. \item No extra spaces between operators, delimiters etc. except \begin{itemize}