mirror of https://github.com/grpc/grpc.git
parent
4a117f0be7
commit
f5eb1cf9f0
5 changed files with 19 additions and 17 deletions
@ -1,5 +1,7 @@ |
||||
--- |
||||
Language: Cpp |
||||
BasedOnStyle: Google |
||||
DerivePointerAlignment: false |
||||
PointerAlignment: Left |
||||
... |
||||
|
||||
|
@ -1,5 +1,5 @@ |
||||
RUN apt-get update && apt-get -y install wget |
||||
RUN echo "deb http://llvm.org/apt/jessie/ llvm-toolchain-jessie-3.8 main" >> /etc/apt/sources.list |
||||
RUN echo "deb-src http://llvm.org/apt/jessie/ llvm-toolchain-jessie-3.8 main" >> /etc/apt/sources.list |
||||
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add - |
||||
RUN apt-get update && apt-get -y install clang-format-3.8 |
||||
RUN apt-get update && apt-get -y install wget xz-utils |
||||
RUN wget http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz |
||||
RUN tar xf clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz |
||||
RUN ln -s /clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin/clang-format /usr/local/bin/clang-format |
||||
ENV CLANG_FORMAT=clang-format |
||||
|
Loading…
Reference in new issue