diff options
author | Nicholas Tay <nick@windblume.net> | 2021-12-02 18:16:01 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2021-12-02 18:16:01 +1100 |
commit | 5ae662b1af35bb0935dd2afd509d3fb73e39bf5d (patch) | |
tree | 9a2773e58fae79b9753b35ad76d01fcb95305de7 /config.h | |
parent | 6570d30f963be94189cf8ed0bf0b751f28bd0051 (diff) | |
download | passgen-5ae662b1af35bb0935dd2afd509d3fb73e39bf5d.tar.gz passgen-5ae662b1af35bb0935dd2afd509d3fb73e39bf5d.tar.bz2 passgen-5ae662b1af35bb0935dd2afd509d3fb73e39bf5d.zip |
CRLF -> LF
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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('!', "@#$%^&*_-+=()[]{}") |