From 0e22360eff2d6976223f02b539e7069ebcbe4aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= <331742+KjellKod@users.noreply.github.com> Date: Thu, 30 Nov 2023 14:17:59 -0700 Subject: [PATCH] we stick to ONE formatting going forward --- PULL_REQUEST_TEMPLATE.md | 2 +- sublime.formatting | 24 ------------------------ 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 sublime.formatting diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 3d09fcbf..12323466 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ # Formatting - [ ] I am following the formatting style of the existing codebase. -_AStyleFormat or clang-format configuration files are available in the root of g3log_ +_a clang-format configuration file is available in the root of g3log_ # Testing diff --git a/sublime.formatting b/sublime.formatting deleted file mode 100644 index 2a157aef..00000000 --- a/sublime.formatting +++ /dev/null @@ -1,24 +0,0 @@ -{ - "AStyleFormatter": - { - "options_default": - { - "indent": "spaces", - "indent-modifiers": false, - "indent-namespaces": true, - "indent-preproc-block": true, - "indent-spaces": 3, - "style": "googles" - } - }, - "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", - "font_size": 11, - "highlight_modified_tabs": true, - "ignored_packages": - [ - "Vintage" - ], - "tab_size": 3, - "translate_tabs_to_spaces": true, - "word_wrap": true -}