From 1777f840cfe9fe32b884341883b13374847e2e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Wed, 16 Mar 2016 15:55:18 +0000 Subject: Minor EditorConfig fixups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I16eb1ff8b71104300e88f4f307aaaaf6e276bc8e Reviewed-on: https://code.wireshark.org/review/14571 Reviewed-by: João Valverde --- .editorconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index d30660879b..201167bb75 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,25 +10,25 @@ root = true [*] +tab_width = 8 +charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true # Autotools, Make, Nmake [{Makefile.am,Makefile,Makefile.nmake,config.nmake}] indent_style = tab +indent_size = 8 # Python [*.py] indent_style = space indent_size = 4 -charset = utf-8 # C -[**.[ch]] +[*.[ch]] indent_style = space indent_size = 4 -tab_width = 8 -charset = utf-8 [{capinfos,captype,mergecap,mkcap,tfshark,tshark}.c] indent_size = 2 @@ -65,7 +65,7 @@ indent_size = 2 [summary.[ch]] indent_size = 2 -[randpkt_core/randpkt_core.[ch]] +[randpkt_core.[ch]] indent_style = tab indent_size = tab -- cgit v1.2.1