You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point, it would probably be a good idea to enforce some coding style.
Perhaps with something like clang-format --style=file for C++/C, and black -x --line-length 80 --check for Python? Of course, we should have ncdevtool fmt mode which launches this on local files?
The text was updated successfully, but these errors were encountered:
At some point, it would probably be a good idea to enforce some coding style.
Perhaps with something like
clang-format --style=file
for C++/C, andblack -x --line-length 80 --check
for Python? Of course, we should havencdevtool fmt
mode which launches this on local files?The text was updated successfully, but these errors were encountered: