github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/scripts/config/.style.yapf (about)

     1  [style]
     2  
     3  based_on_style = google
     4  column_limit = 150
     5  blank_line_before_nested_class_or_def = False
     6  
     7  COALESCE_BRACKETS= True
     8  DEDENT_CLOSING_BRACKETS = True
     9  EACH_DICT_ENTRY_ON_SEPARATE_LINE = True
    10  NO_SPACES_AROUND_SELECTED_BINARY_OPERATORS = True
    11  SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES = True