File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ BasedOnStyle : Google
3+ IndentWidth : 4
4+ ---
5+ Language : Cpp
6+ ColumnLimit : 120
7+ CompactNamespaces : false
8+ AlignAfterOpenBracket : Align
9+ AccessModifierOffset : -2
10+ BinPackArguments : false
11+ BinPackParameters : false
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN apt-get update \
2727 && apt-get -y install git openssh-client vim iproute2 procps lsb-release \
2828 #
2929 # Install C++ tools
30- && apt-get -y install build-essential cmake cppcheck valgrind \
30+ && apt-get -y install build-essential cmake cppcheck valgrind clang-format \
3131 #
3232 # temporary addition of the rosserial install to verify items
3333 && apt-get install -y ros-melodic-rosserial \
Original file line number Diff line number Diff line change 2929 "extensions" : [
3030 " ms-vscode.cpptools" ,
3131 " ms-iot.vscode-ros" ,
32- " ms-azuretools.vscode-docker"
32+ " ms-azuretools.vscode-docker" ,
33+ " xaver.clang-format"
3334 ]
3435}
You can’t perform that action at this time.
0 commit comments