cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

Unable to configure cquery code formatting #49

Closed samuel-cc-4451 closed 6 years ago

samuel-cc-4451 commented 6 years ago

Is there some way that I can configure code formatting done by cquery? Is cquery code formatting based on clang-format? Is there a way to change the formatting style?

samuel-cc-4451 commented 6 years ago

It seems Microsoft's c/cpp extension was interfering with cquery while formatting code(since the fallback styles where different) . After disabling that extension cquery does formatting properly. Also it formats according to .clang-format. Thanks