Home | History | Annotate | Download | only in vulkan-validation-layers

Lines Matching full:clang

51     * The column limit is 132 (as opposed to the default value 80). The clang-format tool will handle this. See below.
52 * The indent is 4 spaces instead of the default 2 spaces. Again, the clang-format tool will handle this.
57 * Run **clang-format** on your changes to maintain consistent formatting
58 * There are `.clang-format files` present in the repository to define clang-format settings
59 which are found and used automatically by clang-format.
60 * **clang-format** binaries are available from the LLVM orginization, here: https://clang.llvm.org/. Our CI system (Travis-CI)
61 currently uses clang-format version 5.0.0 to check that the lines of code you have changed are formatted properly. It is
67 > $ git clang-format --style=file
68 > # Check to see if clang-format made any changes and if they are OK.