Wireshark-commits: [Wireshark-commits] master 5f8003e: Add EditorConfig settings for most C files

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 8 Mar 2016 10:46:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5f8003e949d36f627dd7e46d98d32ef93cea333b
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5f8003e by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Add EditorConfig settings for most C files
    
    Change-Id: I02e6d71290bbdf7504437b0d670955b3686b6b52
    Reviewed-on: https://code.wireshark.org/review/14360
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  e22b400   Convert dissector modelines to EditorConfig file
    adds  5f8003e   Add EditorConfig settings for most C files


Summary of changes:
 .editorconfig              |   47 +++++++++-
 Makefile.am                |    1 +
 caputils/.editorconfig     |   21 +++++
 caputils/Makefile.am       |    1 +
 epan/dfilter/.editorconfig |   57 ++++++++++++
 epan/dfilter/Makefile.am   |    1 +
 epan/ftypes/.editorconfig  |   41 ++++++++
 epan/ftypes/Makefile.am    |    1 +
 epan/nghttp2/.editorconfig |    8 ++
 epan/nghttp2/Makefile.am   |    1 +
 epan/wslua/.editorconfig   |    8 ++
 epan/wslua/Makefile.am     |    1 +
 ui/.editorconfig           |   29 ++++++
 ui/Makefile.am             |    1 +
 ui/cli/.editorconfig       |   87 +++++++++++++++++
 ui/cli/Makefile.am         |    1 +
 ui/gtk/.editorconfig       |  221 ++++++++++++++++++++++++++++++++++++++++++++
 ui/gtk/Makefile.am         |    1 +
 ui/win32/.editorconfig     |    8 ++
 wiretap/.editorconfig      |  145 +++++++++++++++++++++++++++++
 wiretap/Makefile.am        |    1 +
 wsutil/.editorconfig       |  140 ++++++++++++++++++++++++++++
 wsutil/Makefile.am         |    1 +
 23 files changed, 821 insertions(+), 2 deletions(-)
 create mode 100644 caputils/.editorconfig
 create mode 100644 epan/dfilter/.editorconfig
 create mode 100644 epan/ftypes/.editorconfig
 create mode 100644 epan/nghttp2/.editorconfig
 create mode 100644 epan/wslua/.editorconfig
 create mode 100644 ui/.editorconfig
 create mode 100644 ui/cli/.editorconfig
 create mode 100644 ui/gtk/.editorconfig
 create mode 100644 ui/win32/.editorconfig
 create mode 100644 wiretap/.editorconfig
 create mode 100644 wsutil/.editorconfig