diff options
| author | gus knight <waddlesplash@gmail.com> | 2015-07-27 14:25:50 -0400 |
|---|---|---|
| committer | gus knight <waddlesplash@gmail.com> | 2015-07-27 14:25:50 -0400 |
| commit | 9e1b6bf517aed3d4987e894cc51224ceb312deae (patch) | |
| tree | 9a20cb2e5854e6b3e07fe733e7cc3f8219780092 | |
| parent | d6b64e2574bb4bc3c19e472b83073ff4d8786df2 (diff) | |
| download | tinycc-9e1b6bf517aed3d4987e894cc51224ceb312deae.tar.gz tinycc-9e1b6bf517aed3d4987e894cc51224ceb312deae.tar.bz2 | |
Update CodingStyle.
| -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 |
