repo: Update root .clang-format file
[platform/upstream/Vulkan-Tools.git] / .clang-format
1 ---
2 # Use defaults from LLVM style with the following exceptions:
3 BasedOnStyle: LLVM
4 IndentWidth: 4
5 ColumnLimit: 132
6 SortIncludes: false
7 ...