aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-03-27 08:34:49 -0700
committerAnders Broman <a.broman58@gmail.com>2018-05-03 04:08:40 +0000
commit22fc5fb86502cbd42c92948eab542e551b963fd5 (patch)
tree7981eb48e63718ad6c017762bf75d35585c04f31 /.editorconfig
parentd1a2b6973f97419d7817594ba7832022bdbdf3b5 (diff)
WiX: Options dialog updates.
Remove GTK+. Add links to Npcap, WinPcap, and USBPcap. Move the capture options to the top of the options dialog. Replace group boxes with simple titles. Add an EditorConfig entry for our WiX files. Change-Id: Ibd581fa09f333fa84228f0a6f723ab62df85ee8e Reviewed-on: https://code.wireshark.org/review/27292 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 987cfa7978..4d9aa6ff2c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -25,6 +25,11 @@ indent_size = 8
indent_style = space
indent_size = 4
+# WiX. The `xmllint --format` default is two spaces.
+[*.wx?]
+indent_style = spaces
+indent_size = 2
+
# C/C++
[*.{c,cpp,h}]
indent_style = space