wireshark/ui/macosx
Gerald Combs 9222bd77cd Remove unneeded modelines in ui.
Remove the editor modeline blocks from the source files in ui that use 4
space indentation by running

perl -i -p0e 's{ \n+ /[ *\n]+ editor \s+ modelines .* shiftwidth= .* \*/ \s+ } {\n}gsix' $( ag -l shiftwidth=4 $( ag -g '\.(c|cpp|h|m|mm)') )

This gives us one source of indentation truth for these files, and it
*shouldn't* affect anyone since

- These files match the default in our top-level .editorconfig.

- The one notable editor that's likely to be used on these files and
*doesn't* support EditorConfig (Qt Creator) defaults to 4 space
indentation.
2021-04-20 07:43:39 +00:00
..
cocoa_bridge.h Remove unneeded modelines in ui. 2021-04-20 07:43:39 +00:00
cocoa_bridge.mm Remove unneeded modelines in ui. 2021-04-20 07:43:39 +00:00
macos_compat.h macOs: Fix build fix for tab view 2018-11-01 15:02:36 +00:00
sparkle_bridge.h Remove unneeded modelines in ui. 2021-04-20 07:43:39 +00:00
sparkle_bridge.m Remove unneeded modelines in ui. 2021-04-20 07:43:39 +00:00