diff --git a/.cmake-format.yaml b/.cmake-format.yaml deleted file mode 100644 index e70e353..0000000 --- a/.cmake-format.yaml +++ /dev/null @@ -1,33 +0,0 @@ -additional_commands: - foo: - flags: - - BAR - - BAZ - kwargs: - DEPENDS: '*' - HEADERS: '*' - SOURCES: '*' -algorithm_order: -- 0 -- 1 -- 2 -- 3 -always_wrap: [] -bullet_char: '*' -command_case: lower -dangle_parens: false -emit_byteorder_mark: false -enable_markup: false -enum_char: . -fence_pattern: ^\s*([`~]{3}[`~]*)(.*)$ -first_comment_is_literal: false -keyword_case: upper -line_ending: unix -line_width: 80 -literal_comment_pattern: null -max_subargs_per_line: 3 -per_command: {} -ruler_pattern: ^\s*[^\w\s]{3}.*[^\w\s]{3}$ -separate_ctrl_name_with_space: false -separate_fn_name_with_space: false -tab_size: 2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 12e6329..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,10 +0,0 @@ -- repo: local - hooks: - - id: clang-format - name: Run clang-format - description: Clang C/C++ code formatter. - entry: clang-format -i - args: [-style=file] - language: system - types: [file, c++] - # note: formatting style in .clang-format