12 lines
177 B
C++
12 lines
177 B
C++
#pragma once
|
|
|
|
#include "Basic/Document.h"
|
|
|
|
namespace clice::proto {
|
|
|
|
struct DocumentFormattingParams {};
|
|
|
|
struct DocumentRangeFormattingParams {};
|
|
|
|
} // namespace clice::proto
|