From fe535b8eb977f78269825033ece0f1e97b976f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 14 Mar 2016 01:27:16 +0000 Subject: Set EditorConfig hard tab width to 8 for C MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our check scripts require 8 columns when using tab indentation with modelines so use the same setting for EditorConfig. Change-Id: I5a5a7c22a03866ee77c8fdc98d6582366950ce77 Reviewed-on: https://code.wireshark.org/review/14453 Reviewed-by: João Valverde --- .editorconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index ccbe7960a6..d30660879b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -27,6 +27,7 @@ charset = utf-8 [**.[ch]] indent_style = space indent_size = 4 +tab_width = 8 charset = utf-8 [{capinfos,captype,mergecap,mkcap,tfshark,tshark}.c] -- cgit v1.2.1