clang-tools
8.0.0
|
#include <Protocol.h>
Public Attributes | |
int | tabSize = 0 |
Size of a tab in spaces. More... | |
bool | insertSpaces = false |
Prefer spaces over tabs. More... | |
Definition at line 508 of file Protocol.h.
bool clang::clangd::FormattingOptions::insertSpaces = false |
Prefer spaces over tabs.
Definition at line 513 of file Protocol.h.
Referenced by clang::clangd::fromJSON(), and clang::clangd::toJSON().
int clang::clangd::FormattingOptions::tabSize = 0 |
Size of a tab in spaces.
Definition at line 510 of file Protocol.h.
Referenced by clang::clangd::fromJSON(), and clang::clangd::toJSON().