Skip to content

Commit

Permalink
Merge pull request #251 from vespa-engine/toregge/markdown-indentatio…
Browse files Browse the repository at this point in the history
…n-style-fixes

Adjust indentation style.
  • Loading branch information
toregge authored Oct 23, 2024
2 parents 4507981 + 807dccf commit 6d95f03
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,23 +420,23 @@ into the container again with the appropriate level of verbosity, e.g.

### CLion configuration (MacOS client)

* CLion > Settings > Build, Execution, Deployment > Toolchains
* CMake: /usr/bin/cmake
* Build Tools: /usr/bin/make
* Debugger: /opt/rh/gcc-toolset-13/root/usr/bin/gdb
* File > New project setup > Settings for new projects
* Editor > Code Style
* CMake
* continuation indent: 4
* C++
* continuous line indent: Single
* Indent namespace members: Do not indent
* Build, Execution, Deployment
* CMake
* Cmake profile: Default (add new ones until Default appears, and disable all other profiles).
* Cmake build directory: .
* Build Tools > Make
* Path to make executable: /usr/bin/make
* CLion > Settings > Build, Execution, Deployment > Toolchains
* CMake: /usr/bin/cmake
* Build Tools: /usr/bin/make
* Debugger: /opt/rh/gcc-toolset-13/root/usr/bin/gdb
* File > New project setup > Settings for new projects
* Editor > Code Style
* CMake
* continuation indent: 4
* C++
* continuous line indent: Single
* Indent namespace members: Do not indent
* Build, Execution, Deployment
* CMake
* Cmake profile: Default (add new ones until Default appears, and disable all other profiles).
* Cmake build directory: .
* Build Tools > Make
* Path to make executable: /usr/bin/make

### Environment variable tuning to avoid excessive ccache miss rate

Expand Down

0 comments on commit 6d95f03

Please sign in to comment.