2015-07-27 18:25:50 +00:00
|
|
|
TinyCC Coding Style
|
|
|
|
==========================
|
|
|
|
Lines should be no more than 80 columns long.
|
2015-04-12 06:26:28 +00:00
|
|
|
|
2015-07-27 18:25:50 +00:00
|
|
|
Indentation
|
|
|
|
--------------------------------------
|
2015-04-12 06:26:28 +00:00
|
|
|
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.
|