TCP: fix no previous prototype for 'exp_pdu_tcp_dissector_data_size/exp_pdu_tcp_disse...
[metze/wireshark/wip.git] / .editorconfig
index 201167bb7556645e3691b1814103ea203f672874..d531f437e20208ea6cce84330020078bcb4efd6f 100644 (file)
@@ -15,8 +15,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
 
@@ -25,8 +25,8 @@ indent_size = 8
 indent_style = space
 indent_size = 4
 
-# C
-[*.[ch]]
+# C/C++
+[*.{c,cpp,h}]
 indent_style = space
 indent_size = 4
 
@@ -69,6 +69,6 @@ indent_size = 2
 indent_style = tab
 indent_size = tab
 
-[extcap/{extcap-base,randpktdump,ssh-base,sshdump}.[ch]]
+[ws_version_info.[ch]]
 indent_style = tab
 indent_size = tab