From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- capture/.editorconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 capture/.editorconfig (limited to 'capture/.editorconfig') diff --git a/capture/.editorconfig b/capture/.editorconfig new file mode 100644 index 0000000..9411ef0 --- /dev/null +++ b/capture/.editorconfig @@ -0,0 +1,21 @@ +# +# Editor configuration +# +# https://editorconfig.org +# + +[capture-pcap-util-unix.[ch]] +indent_style = tab +indent_size = tab + +[capture-pcap-util.[ch]] +indent_style = tab +indent_size = tab + +[capture-wpcap.[ch]] +indent_style = tab +indent_size = tab + +[ws80211_utils.[ch]] +indent_style = tab +indent_size = tab -- cgit v1.2.3