aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2020-07-27 18:11:02 -0700
committerGerald Combs <gerald@wireshark.org>2020-08-23 22:45:00 -0700
commit1fe4db4bc42fd972f4385735e727a174043ecc4e (patch)
tree1f409be766ec51d3f4f33a8ba145a14d72a16a4d /.editorconfig
parent9977ca21322325478406e2872a2784a8fac0bd2a (diff)
WSDG: Start updating for GitLab.
Update the "Work with the Wireshark sources" chapter for GitLab. Change-Id: I58b2f0f5eeec85c891bd7fdbb6132eb8147baabf
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index cb6c225d87..0394fbb1bc 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -44,6 +44,12 @@ indent_size = 2
indent_style = space
indent_size = 2
+# 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]
+indent_style = space
+indent_size = 4
+
# C/C++
[*.{c,cpp,h}]
indent_style = space