HPCSys-Lab/simwave

Consider using code formatter

krober10nd opened this issue · 1 comments

  • I use the code formatter called black which automatically formats and syntax checks the code every time I save in my vim editor.
  • This can be run automatically (known as lint checking).
  • Standards are good.

Nice, I am gonna try it.