]> git.decadent.org.uk Git - ion3.git/blobdiff - doc/cstyle.tex
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / doc / cstyle.tex
index 328a7c3a6b03bd843f77450cedfa2335125bbed6..e7f5917c62e0dd47375ec8326f39d6ce2edf1370 100644 (file)
@@ -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}