1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00

nvim: change pythons style to be more campact

This commit is contained in:
2024-03-06 17:14:39 +01:00
parent 7931d193b6
commit 4bfc54bcc1
3 changed files with 19 additions and 6 deletions

6
.config/yapf/style Normal file
View File

@@ -0,0 +1,6 @@
[style]
based_on_style = google
column_limit = 99
indent_width = 2
spaces_before_comment = 2
continuation_indent_width = 2