ipcamit / kim-nequip

Small utility fork of nequip to port NequIP models to OpenKIM compatible format
MIT License
0 stars 1 forks source link

Format code using prettier #1

Closed mjwen closed 5 months ago

mjwen commented 5 months ago

To make it easier to see the changes, I've formatted the .md files in the .docs directory using prettier:

prettier . --write 

prettier is available from conda-forge.

This PR contains no changes but formatting.

ipcamit commented 5 months ago

Thanks for the tip! I was not aware of prettier would use it in other projects as well.