summaryrefslogtreecommitdiff
path: root/docs/clang-format.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/clang-format.md')
-rw-r--r--docs/clang-format.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/clang-format.md b/docs/clang-format.md
new file mode 100644
index 0000000..8bc9655
--- /dev/null
+++ b/docs/clang-format.md
@@ -0,0 +1,5 @@
+# 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.