From dc2493e7525bb7633f697ef10f72b72b46222249 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Fri, 30 Aug 2019 00:45:36 -0400 Subject: Forget what I said, I just need to change git attributes to mark for vendor --- lib/sol2/.style.yapf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/sol2/.style.yapf (limited to 'lib/sol2/.style.yapf') 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 -- cgit v1.2.3