mirror of
https://github.com/MaskRay/ccls.git
synced 2025-06-07 08:44:55 +00:00
clang format, indent pp directives
This commit is contained in:
parent
cb08df44aa
commit
8bd9cf07ff
@ -1 +1,2 @@
|
||||
BasedOnStyle: LLVM
|
||||
IndentPPDirectives: AfterHash
|
||||
|
@ -885,8 +885,8 @@ public:
|
||||
Usr usr1 = getUsr(d1, &info1);
|
||||
IndexType &type1 = db->toType(usr1);
|
||||
SourceLocation sl1 = d1->getLocation();
|
||||
type1.def.spell = {
|
||||
Use{{fromTokenRange(sm, lang, {sl1, sl1}), Role::Definition},
|
||||
type1.def.spell = {Use{{fromTokenRange(sm, lang, {sl1, sl1}),
|
||||
Role::Definition},
|
||||
lid},
|
||||
fromTokenRange(sm, lang, sr1)};
|
||||
type1.def.detailed_name = intern(info1->short_name);
|
||||
|
Loading…
Reference in New Issue
Block a user