summaryrefslogtreecommitdiffstats
path: root/epan/ftypes/.editorconfig
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
commite4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch)
tree68cb5ef9081156392f1dd62a00c6ccc1451b93df /epan/ftypes/.editorconfig
parentInitial commit. (diff)
downloadwireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz
wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/ftypes/.editorconfig')
-rw-r--r--epan/ftypes/.editorconfig49
1 files changed, 49 insertions, 0 deletions
diff --git a/epan/ftypes/.editorconfig b/epan/ftypes/.editorconfig
new file mode 100644
index 0000000..3072778
--- /dev/null
+++ b/epan/ftypes/.editorconfig
@@ -0,0 +1,49 @@
+#
+# Editor configuration
+#
+# https://editorconfig.org/
+#
+
+[ftype-bytes.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-double.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-integer.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-ipv4.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-ipv6.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-none.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-string.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-time.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-protocol.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftypes.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftypes-int.h]
+indent_style = tab
+indent_size = tab