Replies: 1 comment 6 replies
-
Create file |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As cpp project, at most time I think that
.clang-format
in the project root path should be matched first. If it does not exist, the default file is matched.After each upgrade period, It's irrational to turn
return { "-style={BasedOnStyle: LLVM, IndentWidth: 4}" }
toreturn { "-style=file" }
for users.Beta Was this translation helpful? Give feedback.
All reactions