rdp / screen-capture-recorder-to-video-windows-free

a free open source windows "screen capture" device and recorder (also allows VLC/ffmpeg and others to capture/stream desktop/audio)
https://github.com/rdp/screen-capture-recorder-to-video-windows-free/releases
Other
2.06k stars 456 forks source link

source code files are tab/space mixed indent, could I fix this? #169

Open morya opened 1 year ago

morya commented 1 year ago

Nice work in the first place.

I am reading the source code, and I found some code files are indented with tab/space mixed.

https://github.com/rdp/screen-capture-recorder-to-video-windows-free/blob/b2d307ea38611916afa313a6e49e9b2d9a2e5418/source_code/parent.cpp#L32

like this code here.

It is not that hard to fix them, I think I can do that.

But, I don't know the style should be all spaces or all tabs.

What would you prefer?

rdp commented 1 year ago

spaces works, thanks!

On Fri, Jun 23, 2023 at 10:32 PM Morya @.***> wrote:

Nice work in the first place.

I am reading the source code, and I found some code files are indented with tab/space mixed.

https://github.com/rdp/screen-capture-recorder-to-video-windows-free/blob/b2d307ea38611916afa313a6e49e9b2d9a2e5418/source_code/parent.cpp#L32

like this code here.

It is not that hard to fix them, I think I can do that.

But, I don't know the style should be all spaces or all tabs.

What would you prefer?

— Reply to this email directly, view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/169, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADBUGHXE26QCBIKMD7O73XMZUUNANCNFSM6AAAAAAZSI22WE . You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

morya commented 1 year ago

see #170