diff options
Diffstat (limited to 'epan/.editorconfig')
-rw-r--r-- | epan/.editorconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/.editorconfig b/epan/.editorconfig index 238b185a..976182a6 100644 --- a/epan/.editorconfig +++ b/epan/.editorconfig @@ -77,10 +77,6 @@ indent_size = tab indent_style = tab indent_size = tab -[ipv4.[ch]] -indent_style = tab -indent_size = tab - [next_tvb.[ch]] indent_size = 2 @@ -120,6 +116,10 @@ indent_size = tab indent_style = tab indent_size = tab +[stats_tree_priv.h] +indent_style = tab +indent_size = tab + [t35.[ch]] indent_style = tab indent_size = tab |