aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeindenter.h
blob: 85a57bcbbbd38e2fdac4675ef319494a0069267f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2016 Jan Dalheimer <jan@dalheimer.de>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#include <texteditor/textindenter.h>

namespace CMakeProjectManager::Internal {

TextEditor::Indenter *createCMakeIndenter(QTextDocument *doc);

} // CMakeProjectManager::Internal