Wireshark-commits: [Wireshark-commits] master d1a2b69: Editorconfig: Add a filename match for Makef
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 03 May 2018 04:07:34 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d1a2b6973f97419d7817594ba7832022bdbdf3b5
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d1a2b69 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Editorconfig: Add a filename match for Makefiles.
    
    The "Autotools, Make" section in .editorconfig didn't have an associated
    filepath glob pattern, which meant that it matched the preceding
    pattern, which was "*". This would appear to explain why VS Code
    mysteriously forced 8-character tabs for some files.
    
    Remove ui/qt/Makefile_custom.common while we're here.
    
    Change-Id: I5a84cc53c992bb2a95036cb98dc97cc7eb6b1299
    Reviewed-on: https://code.wireshark.org/review/27281
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ef4080b   WSDG: Stop recommending Cygwin.
    adds  d1a2b69   Editorconfig: Add a filename match for Makefiles.


Summary of changes:
 .editorconfig                |  3 ++-
 ui/qt/Makefile_custom.common | 12 ------------
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 ui/qt/Makefile_custom.common