Files
vulkan-binding/.style.yapf
Plamen Dragiyski a8740d88dd
Some checks failed
CI / Code Style (autopep8) (push) Failing after 16s
CI / Tests (Python 3.12) (push) Successful in 20s
CI / Tests (Python 3.13) (push) Successful in 20s
CI / Tests (Python 3.14) (push) Successful in 19s
CI / Coverage (Python 3.12) (push) Failing after 7s
main: initial library
2026-05-10 01:05:56 +03:00

20 lines
641 B
Plaintext

[style]
based_on_style = pep8
column_limit = 240
blank_line_before_class_docstring = False
blank_lines_around_top_level_definition = 2
blank_line_before_nested_class_or_def = False
continuation_align_style = Fixed
continuation_indent_width = 4
dedent_closing_brackets = True
align_closing_bracket_with_visual_indent = False
split_before_closing_bracket = True
split_before_first_argument = False
coalesce_brackets = True
each_dict_entry_on_separate_line = True
spaces_around_dict_delimiters = True
spaces_before_comment = 1
split_all_comma_separated_values = True
split_before_dict_set_generator = True
allow_split_before_dict_value = False