summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 1 insertions, 5 deletions
diff --git a/README b/README
index 046f0a1..f35ffb3 100644
--- a/README
+++ b/README
@@ -46,11 +46,7 @@ assembly language. This is necessary for a few reasons:
Hacking
-------
-libstdgb uses the GNU coding style for C with a strict 79-column limit in the
-source code. For "hot" operations, assembly code is permitted, but make sure to
-heavily comment its functionality. The goal here is to make this program as
-accessible to C programmers as possible while maintaining binary size and
-execution time efficiency.
+Match the style you see in the code. Do not use spaces for indentation.
If you would like to contribute, [send your diff to Delwink][1], or use
GitHub's pull request system.