aboutsummaryrefslogtreecommitdiff
path: root/CodingStyle
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
parentd6b64e2574bb4bc3c19e472b83073ff4d8786df2 (diff)
downloadtinycc-9e1b6bf517aed3d4987e894cc51224ceb312deae.tar.gz
tinycc-9e1b6bf517aed3d4987e894cc51224ceb312deae.tar.bz2
Update CodingStyle.
Diffstat (limited to 'CodingStyle')
-rw-r--r--CodingStyle6
1 files changed, 0 insertions, 6 deletions
diff --git a/CodingStyle b/CodingStyle
deleted file mode 100644
index 832536e..0000000
--- a/CodingStyle
+++ /dev/null
@@ -1,6 +0,0 @@
- 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.