aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-16 15:55:18 +0000
committerJoão Valverde <j@v6e.pt>2016-03-22 23:52:11 +0000
commit1777f840cfe9fe32b884341883b13374847e2e5b (patch)
tree8c8121bbeb47d0b110fad90f41a11ef7b8c41f02 /.editorconfig
parent33850025caa10189ae37c8c0b00f45915114f634 (diff)
Minor EditorConfig fixups
Change-Id: I16eb1ff8b71104300e88f4f307aaaaf6e276bc8e Reviewed-on: https://code.wireshark.org/review/14571 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 5 insertions, 5 deletions
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