aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-05-02 13:24:04 -0700
committerAnders Broman <a.broman58@gmail.com>2018-05-03 04:07:25 +0000
commitd1a2b6973f97419d7817594ba7832022bdbdf3b5 (patch)
tree660ca293227f455951e647503b6177cde71dae2d /ui
parentef4080bc3a7130f9687ef05bc90bac1155e9144f (diff)
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 <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Makefile_custom.common12
1 files changed, 0 insertions, 12 deletions
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 =