From 5ae662b1af35bb0935dd2afd509d3fb73e39bf5d Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Thu, 2 Dec 2021 18:16:01 +1100 Subject: CRLF -> LF --- config.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 1160580..815ef1e 100644 --- a/config.h +++ b/config.h @@ -1,10 +1,10 @@ -#define DEFAULT_GRAMMAR "Cvccvc!##" - -// For vowels: -// i, o excluded due to potentially confusing 1/l/i + 0/o -// y included as a vowel because it kinda is one -#define CLASSES \ - CLASS('v', "aeuy") \ - CLASS('c', "bcdfghkmnprstvwxz") \ - CLASS('#', "1234567890") \ - CLASS('!', "@#$%^&*_-+=()[]{}") +#define DEFAULT_GRAMMAR "Cvccvc!##" + +// For vowels: +// i, o excluded due to potentially confusing 1/l/i + 0/o +// y included as a vowel because it kinda is one +#define CLASSES \ + CLASS('v', "aeuy") \ + CLASS('c', "bcdfghkmnprstvwxz") \ + CLASS('#', "1234567890") \ + CLASS('!', "@#$%^&*_-+=()[]{}") -- cgit