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