summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-01-05 22:04:56 +1100
committerDoug Kearns <dougkearns@gmail.com>2009-01-05 22:04:56 +1100
commit54bc277231a6f206b2fc68a985194859fd67f960 (patch)
tree10f40dcdad23f5bcdcfe2cf11890cbecbf7d82f6 /HACKING
parente004668572507242cf305ec0ef361b95a976b834 (diff)
downloadpentadactyl-54bc277231a6f206b2fc68a985194859fd67f960.tar.gz
Finish resolving HACKING conflicts.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING7
1 files changed, 0 insertions, 7 deletions
diff --git a/HACKING b/HACKING
index e5026f14..5ef2401a 100644
--- a/HACKING
+++ b/HACKING
@@ -1,10 +1,6 @@
== Coding Style ==
-<<<<<<< HEAD:HACKING
-In general: Just look at other source code!
-=======
In general: Just look at the existing source code!
->>>>>>> Add a couple of points to the style guide.:HACKING
We try to be quite consistent, but of course, that's not always possible.
=== The most important style issues are: ===
@@ -51,7 +47,6 @@ We try to be quite consistent, but of course, that's not always possible.
* Use UNIX new lines (\n), not windows (\r\n) or old Mac ones (\r)
-<<<<<<< HEAD:HACKING
== TESTING/OPTIMIZATION ==
TODO: Add some information here about testing/validation/etc.
@@ -59,5 +54,3 @@ Information about how/when to use :regressions might be nice.
Additionally, maybe there should be some benchmark information here --
something to let a developer know what's "too" slow...? Or general
guidelines about optimization?
-=======
->>>>>>> Add a couple of points to the style guide.:HACKING