Fix Makefile.
[tinycc.git] / docs / CodingStyle.md
blob303c1fb0a2cc7dd513c0a66767cdba9ab42bf1f8
1 TinyCC Coding Style
2 ==========================
3 Lines should be no more than 80 columns long.
5 Indentation
6 --------------------------------------
7 Turn on a "fill tabs with spaces" option in your editor.
9 Be also careful that some files are indented with 2 spaces (when they
10 have large indentation) while most are indented with 4 spaces.