linux-clang-format: Make use of clang-format 10
This plays nicer with C++ attributes and is also more up to date.
This commit is contained in:
parent
189b8a2e9b
commit
167b154ec7
@ -2,4 +2,4 @@ FROM ubuntu:20.04
|
||||
LABEL maintainer="citraemu"
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get -y full-upgrade
|
||||
RUN apt-get install -y git clang-format-6.0 p7zip-full
|
||||
RUN apt-get install -y git clang-format-10.0 p7zip-full
|
||||
|
Loading…
x
Reference in New Issue
Block a user