HaeffnerLab / IonSim.jl

a simple tool for simulating trapped ion systems
https://ionsim.org
MIT License
70 stars 17 forks source link

auto format code #68

Closed marwahaha closed 2 years ago

marwahaha commented 2 years ago

This will cause the builds to fail unless ./scripts/format.sh is run, which forces a particular code style based on https://github.com/domluna/JuliaFormatter.jl

It also formats all current code to the style.

fixes #57 fixes #58

marwahaha commented 2 years ago

92 characters per line is the Julia community standard.