quickemu icon indicating copy to clipboard operation
quickemu copied to clipboard

Consistent indentation formating

Open dabrown645 opened this issue 2 years ago • 1 comments

Expected behaviour

I was just working on an enhancement for quickemu and noticed that there is and indentation inconsistancey some use 2 spaces and some 4. Looking the the vim configuration at end of file it specifies 2 spaces for indentation. I also looked at quickget and it has the same kind of inconsistency and the vim configuration specifies 4 spaces.

I am willing to make this change but we need to decide what we want to be consistent on 2 or 4.

Actual behaviour

N/A

Steps to reproduce the behaviour

Outline the step to reproduce the issue you've encountered.

Quickemu output

Run quickemu or quickget and paste the output here.

Linux Distribution & Kernel

Run the following and paste the output.

lsb_release --all
uname -a

dabrown645 avatar Feb 20 '23 01:02 dabrown645

4 spaces are typically what is used. I welcome a pull request to clean up the indentation.

flexiondotorg avatar Oct 19 '23 08:10 flexiondotorg

Fixed via https://github.com/quickemu-project/quickemu/pull/1064

flexiondotorg avatar Apr 17 '24 12:04 flexiondotorg