diff options
| -rw-r--r-- | CodingStyle.md (renamed from CodingStyle) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CodingStyle b/CodingStyle.md index 832536e..303c1fb 100644 --- a/CodingStyle +++ b/CodingStyle.md @@ -1,5 +1,9 @@ - Indentation +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 |
