Convert dissector modelines to EditorConfig file

Change-Id: I467b6ca940d2f89346fde46b7348b00eab40092e
Reviewed-on: https://code.wireshark.org/review/14353
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2016-03-05 02:06:28 +00:00 committed by João Valverde
parent b63a8bdcb7
commit e22b4008c6
3 changed files with 2292 additions and 0 deletions

View File

@ -22,3 +22,9 @@ indent_style = tab
indent_style = space
indent_size = 4
charset = utf-8
# Dissectors
[epan/dissectors/*.[ch]]
indent_style = space
indent_size = 4
charset = utf-8

File diff suppressed because it is too large Load Diff

View File

@ -48,6 +48,7 @@ DIST_SUBDIRS = pidl dcerpc
SUBDIRS = dcerpc
EXTRA_DIST = \
.editorconfig \
Custom.common \
Makefile.common \
Makefile.nmake \