aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat/clangformat-source.pri
blob: 4aafbe77bfc5d6e88fd3ca9e30134ecae5868fc6 (plain)
1
2
3
4
5
6
7
8
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/clangformatconstants.h \
    $$PWD/clangformatbaseindenter.h

SOURCES += \
    $$PWD/clangformatbaseindenter.cpp