DEBSOURCES
Skip Quicknav
sources / bluebrain-hpc-coding-conventions / 1.0.0%2Bgit20221201-2 / cpp / formatting / snippets / IndentWidth.cpp
12345678
// Use 4 columns for indentation void f() { someFunction(); if (true, false) { f(); } }