Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hollings <bill.hollings@brenwill.com>2016-10-24 16:24:24 +0300
committerBill Hollings <bill.hollings@brenwill.com>2016-10-24 16:24:24 +0300
commitac00c6032fccb1e32e7079e6d4c5547cfff47148 (patch)
tree8bf25579434cd207c66f7905ac8f2267b1f1c952 /README.md
parent0943d9fece821477aa9f55355760b2d3df7a0368 (diff)
Run clang-format.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07b09ac7..f7b16a83 100644
--- a/README.md
+++ b/README.md
@@ -142,8 +142,14 @@ along with the Apache 2.0 licensing stub.
### Formatting
-SPIRV-Cross uses clang-format to automatically format code.
-Please use clang-format with the style sheet found in `.clang-format` to automatically format code before submitting a pull request.
+SPIRV-Cross uses `clang-format` to automatically format code.
+Please use `clang-format` with the style sheet found in `.clang-format` to automatically format code before submitting a pull request.
+
+To make things easy, the `format_all.sh` script can be used to format all
+source files in the library. In this directory, run the following from the
+command line:
+
+ ./format_all.sh
## ABI concerns