Just basic clean really,
Removed a few duplicate keys in EXTENSION_LIST
Removed tabs & reference to tab spacing
Fix indentation around and within if statements
Add spacing around operators and after commas
Remove else-returns, if the if clause catches we return, never hitting the final return
when the if clause doesn't catch we just return, functionally still the same, just a touch cleaner
I realize this isnt the most ground breaking pull
If you'd rather keep the tabs and spacing that is cool by me :)
Either you or I can close this request whenever is fitting if it isn't merged
Thank you so much for the work you've done, I love even-better-ls
Just basic clean really, Removed a few duplicate keys in
EXTENSION_LIST
Removed tabs & reference to tab spacing Fix indentation around and within if statements Add spacing around operators and after commas Remove else-returns, if the if clause catches we return, never hitting the final return when the if clause doesn't catch we just return, functionally still the same, just a touch cleanerI realize this isnt the most ground breaking pull If you'd rather keep the tabs and spacing that is cool by me :) Either you or I can close this request whenever is fitting if it isn't merged
Thank you so much for the work you've done, I love even-better-ls
Cheers, Nate