aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-05-09 17:35:26 -0700
committerGerald Combs <gerald@wireshark.org>2018-05-11 15:20:30 +0000
commitaedc1c7e4911347057bf69a5026a717fb8576064 (patch)
tree5d2a95319dae129bd2f92b947c4e930f5fdc0e3a /.editorconfig
parentff90e30944764552a198338f6b37982e1a8287cc (diff)
NSIS: Modernize the installer and remove GTK+ entries.
Migrate the Additional Tasks page to nsDialog. Create it using NSIS Dialog Designer. Migrate the Modern UI code (WinPcapPage.ini and USBPcapPage.ini) to Modern UI2. Use LogicLib flow control instead of Gotos+labels in more places. Change-Id: I1a3733f0202ca372456074f43e5ae23b1da4e1b9 Reviewed-on: https://code.wireshark.org/review/27449 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 4d9aa6ff2c..db37f50400 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -30,6 +30,11 @@ indent_size = 4
indent_style = spaces
indent_size = 2
+# NSIS
+[*.ns[ih]]
+indent_style = spaces
+indent_size = 2
+
# C/C++
[*.{c,cpp,h}]
indent_style = space