scikit-learn-contrib / scikit-matter

A collection of scikit-learn compatible utilities that implement methods born out of the materials science and chemistry communities
https://scikit-matter.readthedocs.io/en/v0.2.0/
BSD 3-Clause "New" or "Revised" License
76 stars 20 forks source link

What should be number of characters/line #177

Closed PicoCentauri closed 1 year ago

PicoCentauri commented 1 year ago

In #172 we started the discussion of how many characters per line we should use for all our text-based files. Currently we use 88 chars/line. I like these 88 chars because we use this in the other lab-cosmo projects and if we go with 88 as well we don't have to adjust our editors individually for skmatter. Also, our model scikit-leran uses 88 chars.

Additional ideas were to extend this to ~100 chars/line.

ceriottm commented 1 year ago

Following sklearn makes much sense to me.

agoscinski commented 1 year ago

We agreed on 88 chars/line which is the default config