summaryrefslogtreecommitdiff
path: root/.indent_cpp_list
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2023-02-21 22:24:17 +0900
committerSeungha Yang <seungha@centricular.com>2023-02-28 10:12:31 +0000
commitf3f220d04b9a3cd5214478330177f95766c2fb11 (patch)
treecdd2cde270a120c721e71850553be02d8a47adec /.indent_cpp_list
parent2f629b435ba32e7bacd785f9a692f88bf732081f (diff)
downloadgstreamer-f3f220d04b9a3cd5214478330177f95766c2fb11.tar.gz
ci: Run gst-indent for some cpp files
Those files follow gst-indent style and it would be good to have a consistent style Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4023>
Diffstat (limited to '.indent_cpp_list')
-rw-r--r--.indent_cpp_list11
1 files changed, 11 insertions, 0 deletions
diff --git a/.indent_cpp_list b/.indent_cpp_list
new file mode 100644
index 0000000000..9b36aac870
--- /dev/null
+++ b/.indent_cpp_list
@@ -0,0 +1,11 @@
+subprojects/gst-plugins-bad/gst-libs/gst/cuda
+subprojects/gst-plugins-bad/gst-libs/gst/d3d11
+subprojects/gst-plugins-bad/gst-libs/gst/winrt
+subprojects/gst-plugins-bad/sys/amfcodec
+subprojects/gst-plugins-bad/sys/d3d11
+subprojects/gst-plugins-bad/sys/mediafoundation
+subprojects/gst-plugins-bad/sys/nvcodec
+^(subprojects/gst-plugins-bad/sys/qsv/)+(\w)+([^/])+(cpp$)
+subprojects/gst-plugins-bad/sys/wasapi2
+subprojects/gst-plugins-bad/sys/wic
+^(subprojects/gst-plugins-bad/sys/win32ipc/)+(\w)+([^/])+(cpp$)