sinaatalay / fastfem

https://sinaatalay.github.io/fastfem
Apache License 2.0
0 stars 0 forks source link

Standardized Line Limit #17

Closed int-ptr-ptr closed 1 month ago

int-ptr-ptr commented 1 month ago

I believe we should establish a line limit for our code. IIRC, many projects nowadays use 120 characters, but in the past, it was ~80.

sinaatalay commented 1 month ago

We have set the limit to 88 by setting the Black formatter's settings here: https://github.com/sinaatalay/MAE506-FinalProject/blob/5cba20dccc9b57dbce7fb3de7735c2197f2c51ca/pyproject.toml#L164

I think 88 is fine if you're okay with it.

int-ptr-ptr commented 1 month ago

88 is fine. I'll close this issue.