fix clang-format file link in README.md (#1398)

- use a relative link to `.clang-format` in the repo
This commit is contained in:
Maverick 2019-10-31 21:57:59 +01:00 committed by fourtf
parent ce90253aac
commit a948717d94

View file

@ -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