Replies: 1 comment 3 replies
-
Create file |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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