diff options
author | ng0 <ng0@n0.is> | 2019-10-12 18:25:20 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-10-12 18:25:20 +0000 |
commit | 41aecf40551173f2fbd82ac877cc88e9ff012825 (patch) | |
tree | d3ab8f18026aa400ec16d23016f5fae800b33a6d /contrib/conf | |
parent | 3371f389918feb4b428dfd129464c555852b4189 (diff) |
add yapf style
Diffstat (limited to 'contrib/conf')
-rw-r--r-- | contrib/conf/.style.yapf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/conf/.style.yapf b/contrib/conf/.style.yapf new file mode 100644 index 000000000..3b39780ca --- /dev/null +++ b/contrib/conf/.style.yapf @@ -0,0 +1,5 @@ +[style] +based_on_style = pep8 +coalesce_brackets=True +column_limit=80 +dedent_closing_brackets=True |