summaryrefslogtreecommitdiff
path: root/Formatters.md
diff options
context:
space:
mode:
authorDerek Bailey <derekbailey@google.com>2021-05-15 12:54:08 -0700
committerGitHub <noreply@github.com>2021-05-15 12:54:08 -0700
commitef0eb3701d9d765f4f0955d6f48ac07eb89bd8a4 (patch)
treef2060215e50b47d80d8d2ee35cdab1befb9796dd /Formatters.md
parentf83ee1af597c5bdd474e4a9a1b99136758ef820b (diff)
downloadflatbuffers-ef0eb3701d9d765f4f0955d6f48ac07eb89bd8a4.tar.gz
flatbuffers-ef0eb3701d9d765f4f0955d6f48ac07eb89bd8a4.tar.bz2
flatbuffers-ef0eb3701d9d765f4f0955d6f48ac07eb89bd8a4.zip
Ran clang-format-all.sh. Removed default --style=file parameter (#6639)
* Ran clang-format-all.sh. Removed default --style=file parameter * Moved scripts to scripts/ location
Diffstat (limited to 'Formatters.md')
-rw-r--r--Formatters.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Formatters.md b/Formatters.md
index 18a51c4c..877c5f20 100644
--- a/Formatters.md
+++ b/Formatters.md
@@ -11,7 +11,7 @@ If you are interesting in contributing to the flatbuffers project, please take a
## C++
-C++ uses `clang-format` as it's formatter. Run the following script `sh src/clang-format-git.sh`, and it should style the C++ code according to [google style guide](https://google.github.io/styleguide/cppguide.html).
+C++ uses `clang-format` as it's formatter. Run the following script `sh scripts/clang-format-git.sh`, and it should style the C++ code according to [google style guide](https://google.github.io/styleguide/cppguide.html).
## Swift