LionyxML / auto-dark-emacs

Auto-Dark-Emacs is an auto changer between 2 themes, dark/light, following MacOS, Linux or Windows Dark Mode settings
GNU General Public License v2.0
140 stars 34 forks source link

Improve formatting #60

Open sellout opened 1 month ago

sellout commented 1 month ago

Fix some incorrect indentation and try to keep lines within 80 columns.

This only affects indentation and line breaks in expressions. It doesn’t make any changes that should affect execution at all (not even introducing escaped newlines into strings to shorten the line length).

This change is purely cosmetic, but should make some overly-enthusiastic editor configurations (like mine) happier.