aboutsummaryrefslogtreecommitdiff
path: root/CodingStyle.md
diff options
context:
space:
mode:
authorgus knight <waddlesplash@gmail.com>2015-07-27 14:25:50 -0400
committergus knight <waddlesplash@gmail.com>2015-07-27 14:25:50 -0400
commit9e1b6bf517aed3d4987e894cc51224ceb312deae (patch)
tree9a20cb2e5854e6b3e07fe733e7cc3f8219780092 /CodingStyle.md
parentd6b64e2574bb4bc3c19e472b83073ff4d8786df2 (diff)
downloadtinycc-9e1b6bf517aed3d4987e894cc51224ceb312deae.tar.gz
tinycc-9e1b6bf517aed3d4987e894cc51224ceb312deae.tar.bz2
Update CodingStyle.
Diffstat (limited to 'CodingStyle.md')
-rw-r--r--CodingStyle.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CodingStyle.md b/CodingStyle.md
new file mode 100644
index 0000000..303c1fb
--- /dev/null
+++ b/CodingStyle.md
@@ -0,0 +1,10 @@
+TinyCC Coding Style
+==========================
+Lines should be no more than 80 columns long.
+
+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.