EthicalSource / hippocratic-license

An ethical license for open source.
https://firstdonoharm.dev
Other
294 stars 37 forks source link

Convert tab to space #51

Closed nickbp closed 4 years ago

nickbp commented 4 years ago

Items 1 and 2 have spaces, while item 3 had a tab

CoralineAda commented 4 years ago

Nice catch, thanks!

paulyc commented 4 years ago

ty didn't even notice I blame GNU fold hehe (With these "smart" editors you have to go way out of your way to find the magical setting incantations to even tell if the things you're typing are spaces or tabs especially since whenever they changed the default tab stop from 8 to 4. Can't remember if it's VS Code or Intellij but one or the other simply would not allow me to type a leading actual tab character by default, "smart" indeed. Usually I only find out by the red highlighted whitespace from git that I've been typing one and it's been getting saved as the other all along. Then when I go back to fix it, it's put more inappropriate whitespace somewhere else after I save the file. And if I put on "show leading whitespace" I spend more time fixing whitespace than writing code. Live by ⚔️ die by ⚔️ 😂🤺 TODO install global clang-format hook