From dfd9bb56aa0e2c4404cb4a04d244e6837023d14a Mon Sep 17 00:00:00 2001 From: expwnent Date: Sat, 31 Jan 2015 22:50:37 -0500 Subject: [PATCH] No tabs! --- Contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.rst b/Contributing.rst index a0d41ce55..ce35d2b4a 100644 --- a/Contributing.rst +++ b/Contributing.rst @@ -13,7 +13,7 @@ Several things should be kept in mind when contributing to DFHack. Code Format ----------- -* Four space indents for C++ +* Four space indents for C++. Never use tabs for indentation in any language. * LF (Unix style) line terminators * Avoid trailing whitespace * UTF-8 encoding