aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-01-25 09:51:24 -0800
committerGerald Combs <gerald@wireshark.org>2022-01-25 09:52:17 -0800
commitc49f63b5f5a96aeb022092f8e54e5d7cd995cee3 (patch)
tree3753394a12994eddb364067a9f8caa2b4e8df0cc /.editorconfig
parentab4d858398d736c49a3a3f55594a4e3bee2092a3 (diff)
Docs: Update markup in the text2pcap man page.
Add an EditorConfig entry as well.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 9317799566..fc0aed1765 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -51,6 +51,11 @@ indent_size = 2
indent_style = space
indent_size = 2
+# Asciidoc
+[*.adoc]
+indent_style = space
+indent_size = 4
+
# GraphViz. The examples at https://gitlab.com/graphviz/graphviz/-/blob/master/graphs
# seem to be all over the place, so just go with 4 spaces for now.
[*.gv]