diff options
Diffstat (limited to 'formatting.txt')
-rw-r--r-- | formatting.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/formatting.txt b/formatting.txt new file mode 100644 index 0000000..7ad5ab1 --- /dev/null +++ b/formatting.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | Configuration: See .clang-format | ||
2 | |||
3 | # Reformat | ||
4 | clang-format -i common/*.{cpp,h} | ||
5 | |||
6 | # Test | ||
7 | clang-format formattest.cpp > formatted && vimdiff formattest.cpp formatted | ||