Enable formatting (#188)
This commit is contained in:
@@ -1 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "AST/SourceCode.h"
|
||||
#include "Protocol/Feature/Formatting.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
namespace clice::feature {
|
||||
|
||||
std::vector<proto::TextEdit> document_format(llvm::StringRef file,
|
||||
llvm::StringRef content,
|
||||
std::optional<LocalSourceRange>);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user