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 |
Language: Cpp |
||||||
BasedOnStyle: Google |
BasedOnStyle: Google |
||||||
|
DerivePointerAlignment: false |
||||||
|
PointerAlignment: Left |
||||||
... |
... |
||||||
|
|
||||||
|
@ -1,5 +1,5 @@ |
|||||||
RUN apt-get update && apt-get -y install wget |
RUN apt-get update && apt-get -y install wget xz-utils |
||||||
RUN echo "deb http://llvm.org/apt/jessie/ llvm-toolchain-jessie-3.8 main" >> /etc/apt/sources.list |
RUN wget http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz |
||||||
RUN echo "deb-src http://llvm.org/apt/jessie/ llvm-toolchain-jessie-3.8 main" >> /etc/apt/sources.list |
RUN tar xf clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz |
||||||
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add - |
RUN ln -s /clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin/clang-format /usr/local/bin/clang-format |
||||||
RUN apt-get update && apt-get -y install clang-format-3.8 |
ENV CLANG_FORMAT=clang-format |
||||||
|
Loading…
Reference in new issue