Setting indentation type for clangd lsp formatting #327
Answered
by
VonHeikemen
nicolasdumitru
asked this question in
Q&A
-
Hello! I am trying to get my lsp to format c and c++ code with tabs instead of spaces when using |
Beta Was this translation helpful? Give feedback.
Answered by
VonHeikemen
Oct 6, 2023
Replies: 1 comment 5 replies
-
I believe you can configure |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
nicolasdumitru
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you can configure
clangd
formatting options using a file called.clang-format
in the root of your project.