Move the parts of a capture_file used by libwireshark to a new structure.
[metze/wireshark/wip.git] / .editorconfig
1 #
2 # Editor configuration
3 #
4 # http://editorconfig.org/
5 #
6
7 # Global settings
8
9 # We're the top. We're the Coliseum.
10 root = true
11
12 [*]
13 tab_width = 8
14 charset = utf-8
15 trim_trailing_whitespace = true
16 insert_final_newline = true
17
18 # Autotools, Make
19 [{Makefile.am,Makefile}]
20 indent_style = tab
21 indent_size = 8
22
23 # Python
24 [*.py]
25 indent_style = space
26 indent_size = 4
27
28 # C/C++
29 [*.{c,cpp,h}]
30 indent_style = space
31 indent_size = 4
32
33 [{capinfos,captype,mergecap,tfshark,tshark}.c]
34 indent_size = 2
35
36 [{dftest,randpkt,trigcap}.c]
37 indent_style = tab
38 indent_size = tab
39
40 [capture_stop_conditions.[ch]]
41 indent_size = 2
42
43 [cfile.[ch]]
44 indent_size = 2
45
46 [conditions.[ch]]
47 indent_size = 2
48
49 [file.[ch]]
50 indent_size = 2
51
52 [filter_files.[ch]]
53 indent_size = 2
54
55 [frame_tvbuff.[ch]]
56 indent_style = tab
57 indent_size = tab
58
59 [pcapio.[ch]]
60 indent_size = 8
61
62 [ringbuffer.[ch]]
63 indent_size = 2
64
65 [summary.[ch]]
66 indent_size = 2
67
68 [randpkt_core.[ch]]
69 indent_style = tab
70 indent_size = tab
71
72 [sharkd.c]
73 indent_size = 2
74
75 [sharkd_daemon.c]
76 indent_style = tab
77 indent_size = tab
78
79 [sharkd_session.c]
80 indent_style = tab
81 indent_size = tab
82
83 [version_info.[ch]]
84 indent_style = tab
85 indent_size = tab