Trepan-Debuggers / zshdb

gdb-like "trepan" debugger for zsh
GNU General Public License v3.0
293 stars 23 forks source link

What's the coding style? #49

Closed jansorg closed 10 months ago

jansorg commented 10 months ago

I'm attempting to add a few things to zshdb and was wondering what the convention for code style, especially tab vs. spaces. I'm seeing a mix of tab-indentation and 4-spaces-indentation. Thanks!

jansorg commented 10 months ago

Sigh, not a good day to submit issues today :( I though I had checked for .editorconfig, but obviously didn't.

rocky commented 10 months ago

Speaking of stye, one thing I have been considering is to run the entire code base for this and the other debuggers through shellcheck.

If you are providing a front-end, you too may consider adding this to that.