summaryrefslogtreecommitdiffstats
path: root/kde/patch/ktexteditor.patch
blob: 30f1207649a9fb642025dd7a96d8c5a288252682 (plain)
1
2
3
# Fix indentation for some languages (e.g. Python) in Kate and KDevelop:
cat $CWD/patch/ktexteditor/ktexteditor_fix_indentation.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }