From fbf0d90e16f62cb9a9856c1de6383c8243dadae1 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:57:35 +0100 Subject: chore: remove unused things --- docs/clang-format.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 docs/clang-format.md (limited to 'docs') diff --git a/docs/clang-format.md b/docs/clang-format.md deleted file mode 100644 index 8bc9655..0000000 --- a/docs/clang-format.md +++ /dev/null @@ -1,5 +0,0 @@ -# Clang-Format - -This is a formatter that will automatically format any C/C++ based files defined in the [.clang-format](https://github.com/azerothcore/azerothcore-wotlk/blob/master/.clang-format) file. - -Some IDE's like Visual Studio can detect this file and will start formatting the code as you write it. -- cgit