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

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2021-06-16 13:47:45 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2021-06-16 13:47:45 +0300
commitb8efb8c842b7bbf9ec6ac94cf8c68000767e9660 (patch)
treee3249bd4ebffe59615206d1247a0257468373b5d /CONTRIBUTING.md
parent55582db82cca44c2ff75f506c8699ddf1ea1f42e (diff)
Adjust URL to LLVM's clang-format.py script
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 640347bfc..371018555 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -204,7 +204,7 @@ Run `./scripts/format-commit.sh --help` to learn about available options.
Download `clang-format.py` file somewhere, and make it executable:
- $ curl "https://raw.githubusercontent.com/llvm/llvm-project/master/clang/tools/clang-format/clang-format.py" > ~/.vim/clang-format.py
+ $ curl "https://raw.githubusercontent.com/llvm/llvm-project/main/clang/tools/clang-format/clang-format.py" > ~/.vim/clang-format.py
$ chmod +x ~/.vim/clang-format.py
Then add following lines to your `.vimrc` file: