aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorDavid Perry <boolean263@protonmail.com>2022-02-20 19:39:37 +0000
committerA Wireshark GitLab Utility <6629907-ws-gitlab-utility@users.noreply.gitlab.com>2022-02-20 19:39:37 +0000
commit70d432c35724b23cfb1f6d80773b520523a65f75 (patch)
tree400adbe2036a9a1ca066ad7d5b2dd0a13816d436 /.editorconfig
parent695ce22b0d8fc18a3c492d99b0d774e6d77dd744 (diff)
Remove editor modelines and .editorconfig exceptions from root files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig48
1 files changed, 0 insertions, 48 deletions
diff --git a/.editorconfig b/.editorconfig
index fc0aed1765..b06b9e1ee2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -71,51 +71,3 @@ indent_size = 8
[*.{c,cpp,h}]
indent_style = space
indent_size = 4
-
-[{capinfos,captype,mergecap,tfshark,tshark}.c]
-indent_size = 2
-
-[{dftest,randpkt,trigcap}.c]
-indent_style = tab
-indent_size = tab
-
-[capture_stop_conditions.[ch]]
-indent_size = 2
-
-[cfile.[ch]]
-indent_size = 2
-
-[conditions.[ch]]
-indent_size = 2
-
-[file.[ch]]
-indent_size = 2
-
-[frame_tvbuff.[ch]]
-indent_style = tab
-indent_size = tab
-
-[pcapio.[ch]]
-indent_size = 8
-
-[ringbuffer.[ch]]
-indent_size = 2
-
-[randpkt_core.[ch]]
-indent_style = tab
-indent_size = tab
-
-[sharkd.c]
-indent_size = 2
-
-[sharkd_daemon.c]
-indent_style = tab
-indent_size = tab
-
-[sharkd_session.c]
-indent_style = tab
-indent_size = tab
-
-[version_info.[ch]]
-indent_style = tab
-indent_size = tab