TuringLang / docs

Documentation and tutorials for the Turing language
https://turinglang.org/docs/
MIT License
229 stars 99 forks source link

Remove `#! format:` comments #291

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

With the latest version of CSTParser (used by JuliaFormatter) code with @doc(...) + trailing newline can be formatted correctly (see https://github.com/domluna/JuliaFormatter.jl/issues/555 and https://github.com/julia-vscode/CSTParser.jl/issues/328). Hence we can remove the JuliaFormatter instructions.