1# Run manually to reformat a file: 2# clang-format -i --style=file <file> 3 4Language: Cpp 5BasedOnStyle: Google 6ColumnLimit: 100 7SortIncludes: false 8