olofk / corescore

CoreScore
Apache License 2.0
134 stars 40 forks source link

Reformat Python code to pep8 and .core to YAML standards #27

Closed carlosedp closed 3 years ago

olofk commented 3 years ago

Hmm... this lokoks mostly good but for some reason it also tries to format the inline RISC-V assembly code and replaces #define with # define which probably won't work

carlosedp commented 3 years ago

Oh, that's pretty bad... sorry I didn't catch it up. Will look on how it can ignore that.

carlosedp commented 3 years ago

Better now :)

olofk commented 3 years ago

Perfect! Thanks