aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-03-01 14:29:52 -0800
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-03-01 22:41:23 +0000
commit25edc7439b26b10a951394cced2559f1be2a8c93 (patch)
tree78781afc6921f7a6853fa02a9e029e56a6f8c689 /.editorconfig
parent8f7303df82e0f77a909716ae7233cd87360357b3 (diff)
Make ui/*.[ch] indentation consistent.
Switch ui/clopts_common.c, ui/filter_files.[ch], and ui/summary.[ch] to 4 space indentation. This brings them in line with all of the other files in that directory and with ui/qt. Fix the modelines in ui/qt/models/filter_list_model.cpp.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/.editorconfig b/.editorconfig
index 985b586478..b86091a7af 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -79,9 +79,6 @@ indent_size = 2
[file.[ch]]
indent_size = 2
-[filter_files.[ch]]
-indent_size = 2
-
[frame_tvbuff.[ch]]
indent_style = tab
indent_size = tab
@@ -92,9 +89,6 @@ indent_size = 8
[ringbuffer.[ch]]
indent_size = 2
-[summary.[ch]]
-indent_size = 2
-
[randpkt_core.[ch]]
indent_style = tab
indent_size = tab