From a948717d948d68fd4612483ac9482d3239f3ac7e Mon Sep 17 00:00:00 2001 From: Maverick Date: Thu, 31 Oct 2019 21:57:59 +0100 Subject: [PATCH] fix clang-format file link in README.md (#1398) - use a relative link to `.clang-format` in the repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2ed85b0..519fa4da 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ git submodule update --init --recursive [Building on Mac](../master/BUILDING_ON_MAC.md) ## Code style -The code is formatted using clang format in Qt Creator. [.clang-format](https://github.com/Chatterino/chatterino2/blob/master/.clang-format) contains the style file for clang format. +The code is formatted using clang format in Qt Creator. [.clang-format](src/.clang-format) contains the style file for clang format. ### Get it automated with QT Creator + Beautifier + Clang Format 1. Download LLVM: http://releases.llvm.org/6.0.1/LLVM-6.0.1-win64.exe