From bc6d445c83771abb9be373a71e10fb029ea15135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 24 Aug 2018 19:25:36 +0100 Subject: [PATCH] Fix EditorConfig keyword MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ida0fbb4be701a777c4520ac9d3ae4e960b5db3e9 Reviewed-on: https://code.wireshark.org/review/29277 Reviewed-by: João Valverde --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index acbc0b8378..4d813a87dc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,12 +31,12 @@ indent_size = 4 # WiX. The `xmllint --format` default is two spaces. [*.wx?] -indent_style = spaces +indent_style = space indent_size = 2 # NSIS [*.ns[ih]] -indent_style = spaces +indent_style = space indent_size = 2 # C/C++