aboutsummaryrefslogtreecommitdiffstats
path: root/ui/.editorconfig
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-11-28 16:03:11 -0800
committerMichael Mann <mmann78@netscape.net>2017-11-30 00:14:16 +0000
commit3ed5b4fb67edc6829ece7adf542f44e9a75185af (patch)
tree24ad6cc6525ca7af094d8c6d04dccf26d272227d /ui/.editorconfig
parentb59dc97dfef3bcce71cd393f4d2493e7ba1a8f82 (diff)
Reformat some top-level ui files.
Make sure each ui/*.[ch] file uses identical (4-space) indentation. Remove ui/.editorconfig. Fix up other formatting where needed. SPDX-abbreviate the license blurb in the files we modify. Change-Id: I5faa1c1eae9a4b6220422ad8e4ba7a341c7deb1f Reviewed-on: https://code.wireshark.org/review/24632 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/.editorconfig')
-rw-r--r--ui/.editorconfig29
1 files changed, 0 insertions, 29 deletions
diff --git a/ui/.editorconfig b/ui/.editorconfig
deleted file mode 100644
index 348f355e76..0000000000
--- a/ui/.editorconfig
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Editor configuration
-#
-# http://editorconfig.org/
-#
-
-[capture.[ch]]
-indent_size = 2
-
-[capture_ui_utils.[ch]]
-indent_size = 2
-
-[preference_utils.[ch]]
-indent_size = 2
-
-[proto_hier_stats.[ch]]
-indent_style = tab
-indent_size = tab
-
-[recent.[ch]]
-indent_size = 2
-
-[tap-rtp-common.[ch]]
-indent_style = tab
-indent_size = tab
-
-[tap-sctp-analysis.[ch]]
-indent_style = tab
-indent_size = tab