| 1 | 1 |
deleted file mode 100644 |
| ... | ... |
@@ -1,10 +0,0 @@ |
| 1 |
-#define TTY_COLOR_HIGHLIGHT TTY_COLOR_YELLOW |
|
| 2 |
- |
|
| 3 |
-#define SCORE_GAP_LEADING -0.005 |
|
| 4 |
-#define SCORE_GAP_TRAILING -0.005 |
|
| 5 |
-#define SCORE_GAP_INNER -0.01 |
|
| 6 |
-#define SCORE_MATCH_CONSECUTIVE 1.0 |
|
| 7 |
-#define SCORE_MATCH_SLASH 0.9 |
|
| 8 |
-#define SCORE_MATCH_WORD 0.8 |
|
| 9 |
-#define SCORE_MATCH_CAPITAL 0.7 |
|
| 10 |
-#define SCORE_MATCH_DOT 0.6 |
Apologies that this uses my preferred formatting style: mostly the same
as Linux, but without a break between function and brace. Adds spaces in
a few places they weren't before.
| ... | ... |
@@ -1,10 +1,10 @@ |
| 1 | 1 |
#define TTY_COLOR_HIGHLIGHT TTY_COLOR_YELLOW |
| 2 | 2 |
|
| 3 |
-#define SCORE_GAP_LEADING -0.005 |
|
| 4 |
-#define SCORE_GAP_TRAILING -0.005 |
|
| 5 |
-#define SCORE_GAP_INNER -0.01 |
|
| 3 |
+#define SCORE_GAP_LEADING -0.005 |
|
| 4 |
+#define SCORE_GAP_TRAILING -0.005 |
|
| 5 |
+#define SCORE_GAP_INNER -0.01 |
|
| 6 | 6 |
#define SCORE_MATCH_CONSECUTIVE 1.0 |
| 7 |
-#define SCORE_MATCH_SLASH 0.9 |
|
| 8 |
-#define SCORE_MATCH_WORD 0.8 |
|
| 9 |
-#define SCORE_MATCH_CAPITAL 0.7 |
|
| 10 |
-#define SCORE_MATCH_DOT 0.6 |
|
| 7 |
+#define SCORE_MATCH_SLASH 0.9 |
|
| 8 |
+#define SCORE_MATCH_WORD 0.8 |
|
| 9 |
+#define SCORE_MATCH_CAPITAL 0.7 |
|
| 10 |
+#define SCORE_MATCH_DOT 0.6 |
| ... | ... |
@@ -1 +1,10 @@ |
| 1 | 1 |
#define TTY_COLOR_HIGHLIGHT TTY_COLOR_YELLOW |
| 2 |
+ |
|
| 3 |
+#define SCORE_GAP_LEADING -0.005 |
|
| 4 |
+#define SCORE_GAP_TRAILING -0.005 |
|
| 5 |
+#define SCORE_GAP_INNER -0.01 |
|
| 6 |
+#define SCORE_MATCH_CONSECUTIVE 1.0 |
|
| 7 |
+#define SCORE_MATCH_SLASH 0.9 |
|
| 8 |
+#define SCORE_MATCH_WORD 0.8 |
|
| 9 |
+#define SCORE_MATCH_CAPITAL 0.7 |
|
| 10 |
+#define SCORE_MATCH_DOT 0.6 |