aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sol2/.style.yapf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sol2/.style.yapf')
-rw-r--r--lib/sol2/.style.yapf15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/sol2/.style.yapf b/lib/sol2/.style.yapf
new file mode 100644
index 0000000..58d797a
--- /dev/null
+++ b/lib/sol2/.style.yapf
@@ -0,0 +1,15 @@
+[style]
+based_on_style = pep8
+use_tabs = true
+indent_width = 5
+
+spaces_before_comment = 1
+spaces_around_power_operator = true
+space_between_ending_comma_and_closing_bracket = true
+
+continuation_align_style = SPACE
+split_before_first_argument = false
+split_complex_comprehension = true
+dedent_closing_brackets = false
+coalesce_brackets = true
+align_closing_bracket_with_visual_indent = false