aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-04-09 14:14:04 -0700
committerGerald Combs <gerald@wireshark.org>2022-04-18 18:57:43 +0000
commitfea6591b0c84660f46c06029e664e2a9af18fe87 (patch)
treef4192581b2ebb181e668dc52781f9ae39c362ce7 /.editorconfig
parentc8d9c6fc6a92d83c34160b8c4490f6495d57f605 (diff)
macOS: Add support for Sparkle 2.
Sparkle 2 deprecated the sharedUpdater singleton, so create our own which uses Sparkle 2's updated API. Ping #18035. Update our CMake version check.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 3e5acf2758..14417951b3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -67,8 +67,8 @@ indent_size = 4
indent_style = tab
indent_size = 8
-# C/C++
-[*.{c,cpp,h}]
+# C/C++/Objective C
+[*.{c,cpp,h,m}]
indent_style = space
indent_size = 4