Fix indents in configdata.py.
This commit is contained in:
parent
9b3987febb
commit
34cc2870f4
@ -782,9 +782,9 @@ def data(readonly=False):
|
|||||||
|
|
||||||
('chars',
|
('chars',
|
||||||
SettingValue(typ.String(minlen=2, completions=[
|
SettingValue(typ.String(minlen=2, completions=[
|
||||||
('asdfghjkl', "Home row"),
|
('asdfghjkl', "Home row"),
|
||||||
('dhtnaoeu', "Home row (Dvorak)"),
|
('dhtnaoeu', "Home row (Dvorak)"),
|
||||||
('abcdefghijklmnopqrstuvwxyz', "All letters"),
|
('abcdefghijklmnopqrstuvwxyz', "All letters"),
|
||||||
]), 'asdfghjkl'),
|
]), 'asdfghjkl'),
|
||||||
"Chars used for hint strings."),
|
"Chars used for hint strings."),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user