Indent style
EditorConfig key: cpp-indent-style
Indent style
cpp-indent-style
Whether indentation uses tab characters or spaces.
Default value:
space
Possible values:
tab
space
Examples
tab
void f() { return; }
space
void f() { return; }