wireshark/ui/win32
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
..
console_win32.c Remove unneeded modelines in ui. 2021-04-20 07:43:39 +00:00
console_win32.h Remove unneeded modelines in ui. 2021-04-20 07:43:39 +00:00
file_dlg_win32.c Remove unneeded modelines in ui. 2021-04-20 07:43:39 +00:00
file_dlg_win32.h Qt: Fix export of dissection 2020-04-27 16:00:03 +00:00