summaryrefslogtreecommitdiff
path: root/docs/clang-format.md
blob: 8bc96555a092302936dbe297ff1bf4c49bb3fd10 (plain)
1
2
3
4
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.