Commit 8386a2b 1 parent 58272cb commit 8386a2b Copy full SHA for 8386a2b
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
* text =auto eol =lf
2
+ tools /tidy.sh linguist-detectable =false
2
3
.github /.cspell /rust-dependencies.txt linguist-generated
Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ cd -- "$(dirname -- "$0")"/..
21
21
# - clang-format (if C/C++/Protobuf code exists)
22
22
# - parse-dockerfile <https://github.com/taiki-e/parse-dockerfile> (if Dockerfile exists)
23
23
#
24
- # This script is shared with other repositories, so there may also be
25
- # checks for files not included in this repository, but they will be
26
- # skipped if the corresponding files do not exist.
24
+ # This script is shared by projects under github.com/taiki-e, so there may also
25
+ # be checks for files not included in this repository, but they will be skipped
26
+ # if the corresponding files do not exist.
27
+ # It is not intended for manual editing.
27
28
28
29
retry () {
29
30
for i in {1..10}; do
You can’t perform that action at this time.
0 commit comments