From 9054c84e03cf2c028bb86de7f7022da02351414a Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:51:46 -0500 Subject: [PATCH] (chore) Remove unused dotfiles --- .buckconfig | 0 .style.yapf | 13 ------------- 2 files changed, 13 deletions(-) delete mode 100644 .buckconfig delete mode 100644 .style.yapf diff --git a/.buckconfig b/.buckconfig deleted file mode 100644 index e69de29bb..000000000 diff --git a/.style.yapf b/.style.yapf deleted file mode 100644 index e60ac16e5..000000000 --- a/.style.yapf +++ /dev/null @@ -1,13 +0,0 @@ -[style] -ALIGN_CLOSING_BRACKET_WITH_VISUAL_INDENT = True -ALLOW_MULTILINE_LAMBDAS = True -BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF = True -COLUMN_LIMIT = 88 -COALESCE_BRACKETS = True -SPACE_BETWEEN_ENDING_COMMA_AND_CLOSING_BRACKET = True -SPACES_BEFORE_COMMENT = 2 -SPLIT_BEFORE_BITWISE_OPERATOR = True -SPLIT_BEFORE_FIRST_ARGUMENT = True -SPLIT_BEFORE_LOGICAL_OPERATOR = True -SPLIT_BEFORE_NAMED_ASSIGNS = True -SPLIT_COMPLEX_COMPREHENSION = True