feature(keyringctl): add tool to work with key data

This commit is contained in:
Levente Polyak
2021-08-25 18:53:07 +02:00
parent 4116f94fbb
commit f626e40b84
2 changed files with 319 additions and 1 deletions

View File

@ -8,7 +8,7 @@ indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
[{*.py,keyringctl}]
indent_style = space
indent_size = 4
max_line_length = 119