aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-01-01 09:38:03 -0800
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-01-01 19:58:45 +0000
commitac0cc25210ba16171f46c0c5f0170f8128230fe4 (patch)
tree5208738e74b3acff11a53fb1467993ddc3d5085e /.editorconfig
parent2a5c96a79948d2f77cb48e048d6c6eba5c835f98 (diff)
Remove more duplicate manuf.tmpl entries.
Make a manual pass through manuf.tmpl and remove entries that have either duplicate or more complete IEEE entries. Add an Editorconfig entry for manuf.tmpl.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 78d03d0157..985b586478 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -50,6 +50,11 @@ indent_size = 2
indent_style = space
indent_size = 4
+# manuf
+[manuf.tmpl]
+indent_style = tab
+indent_size = 8
+
# C/C++
[*.{c,cpp,h}]
indent_style = space