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 -}