Warning, /pim/sink/formatting.txt is written in an unsupported language. File is not indexed.

0001 Configuration: See .clang-format
0002 
0003 # Reformat
0004 clang-format -i common/*.{cpp,h}
0005 
0006 # Test
0007 clang-format formattest.cpp > formatted && vimdiff formattest.cpp formatted