From aedc1c7e4911347057bf69a5026a717fb8576064 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 9 May 2018 17:35:26 -0700 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.editorconfig') 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 -- cgit v1.2.3