TCP: fix no previous prototype for 'exp_pdu_tcp_dissector_data_size/exp_pdu_tcp_disse...
[metze/wireshark/wip.git] / .editorconfig
index d30660879b0f5037bf223bccc7cad4e93310ad7f..d531f437e20208ea6cce84330020078bcb4efd6f 100644 (file)
 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}]
+# Autotools, Make
+[{Makefile.am,Makefile}]
 indent_style = tab
+indent_size = 8
 
 # Python
 [*.py]
 indent_style = space
 indent_size = 4
-charset = utf-8
 
-# C
-[**.[ch]]
+# C/C++
+[*.{c,cpp,h}]
 indent_style = space
 indent_size = 4
-tab_width = 8
-charset = utf-8
 
 [{capinfos,captype,mergecap,mkcap,tfshark,tshark}.c]
 indent_size = 2
@@ -65,10 +65,10 @@ indent_size = 2
 [summary.[ch]]
 indent_size = 2
 
-[randpkt_core/randpkt_core.[ch]]
+[randpkt_core.[ch]]
 indent_style = tab
 indent_size = tab
 
-[extcap/{extcap-base,randpktdump,ssh-base,sshdump}.[ch]]
+[ws_version_info.[ch]]
 indent_style = tab
 indent_size = tab