summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2022-01-27 16:57:35 +0100
committerGitHub <noreply@github.com>2022-01-27 16:57:35 +0100
commitfbf0d90e16f62cb9a9856c1de6383c8243dadae1 (patch)
tree58cbb9a89473e9052dc44fd01c4dd8043d17a000 /docs
parentc37c6b726eebbf3d1161f4046e9aa5288a16498a (diff)
downloadwiki-fbf0d90e16f62cb9a9856c1de6383c8243dadae1.tar.gz
wiki-fbf0d90e16f62cb9a9856c1de6383c8243dadae1.tar.bz2
wiki-fbf0d90e16f62cb9a9856c1de6383c8243dadae1.zip
chore: remove unused things
Diffstat (limited to 'docs')
-rw-r--r--docs/clang-format.md5
1 files changed, 0 insertions, 5 deletions
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.