diff options
| author | seyko <seyko2@gmail.com> | 2015-04-12 09:26:28 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2015-04-12 09:26:28 +0300 |
| commit | e8ad336ac5c05dc1bb747b621dbf504fe3d26ca0 (patch) | |
| tree | 47fe644b80fa09f65b8344ae5fe73daf6bdd92e7 | |
| parent | e7a60e4d01a46ffb51ad4b963cad6b6f176105cb (diff) | |
| download | tinycc-e8ad336ac5c05dc1bb747b621dbf504fe3d26ca0.tar.gz tinycc-e8ad336ac5c05dc1bb747b621dbf504fe3d26ca0.tar.bz2 | |
A new file CodingStyle with rules for indentation
| -rw-r--r-- | CodingStyle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CodingStyle b/CodingStyle new file mode 100644 index 0000000..832536e --- /dev/null +++ b/CodingStyle @@ -0,0 +1,6 @@ + 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. |
