aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2015-04-12 09:26:28 +0300
committerseyko <seyko2@gmail.com>2015-04-12 09:26:28 +0300
commite8ad336ac5c05dc1bb747b621dbf504fe3d26ca0 (patch)
tree47fe644b80fa09f65b8344ae5fe73daf6bdd92e7
parente7a60e4d01a46ffb51ad4b963cad6b6f176105cb (diff)
downloadtinycc-e8ad336ac5c05dc1bb747b621dbf504fe3d26ca0.tar.gz
tinycc-e8ad336ac5c05dc1bb747b621dbf504fe3d26ca0.tar.bz2
A new file CodingStyle with rules for indentation
-rw-r--r--CodingStyle6
1 files changed, 6 insertions, 0 deletions
diff --git a/CodingStyle b/CodingStyle
new file mode 100644
index 0000000..832536e
--- /dev/null
+++ b/CodingStyle
@@ -0,0 +1,6 @@
+ Indentation
+
+Turn on a "fill tabs with spaces" option in your editor.
+
+Be also careful that some files are indented with 2 spaces (when they
+have large indentation) while most are indented with 4 spaces.