From d1a2b6973f97419d7817594ba7832022bdbdf3b5 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 2 May 2018 13:24:04 -0700 Subject: Editorconfig: Add a filename match for Makefiles. The "Autotools, Make" section in .editorconfig didn't have an associated filepath glob pattern, which meant that it matched the preceding pattern, which was "*". This would appear to explain why VS Code mysteriously forced 8-character tabs for some files. Remove ui/qt/Makefile_custom.common while we're here. Change-Id: I5a84cc53c992bb2a95036cb98dc97cc7eb6b1299 Reviewed-on: https://code.wireshark.org/review/27281 Reviewed-by: Gerald Combs Reviewed-by: Anders Broman --- ui/qt/Makefile_custom.common | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ui/qt/Makefile_custom.common (limited to 'ui/qt') diff --git a/ui/qt/Makefile_custom.common b/ui/qt/Makefile_custom.common deleted file mode 100644 index ec8e7496a8..0000000000 --- a/ui/qt/Makefile_custom.common +++ /dev/null @@ -1,12 +0,0 @@ -# -# You can add custom GUI files here -# - -#Add GUI source files here -WIRESHARK_CUSTOM_QT_SRC = - -#Add your tap source files here: -WIRESHARK_CUSTOM_TAP_SRC = - -#Add headers here: -WIRESHARK_CUSTOM_HDRS = -- cgit v1.2.3