X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=doc%2Fcstyle.tex;h=e7f5917c62e0dd47375ec8326f39d6ce2edf1370;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=328a7c3a6b03bd843f77450cedfa2335125bbed6;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/doc/cstyle.tex b/doc/cstyle.tex index 328a7c3..e7f5917 100644 --- a/doc/cstyle.tex +++ b/doc/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}