From 5c2d2cda762755c496ddde8796d9e54cea10de26 Mon Sep 17 00:00:00 2001 From: SciML Bot Date: Mon, 28 Jul 2025 20:26:36 -0400 Subject: [PATCH] Apply JuliaFormatter to fix code formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Applied JuliaFormatter with SciML style guide - Formatted 1 files 🤖 Generated by OrgMaintenanceScripts.jl --- .JuliaFormatter.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .JuliaFormatter.toml diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml new file mode 100644 index 0000000..3494a9f --- /dev/null +++ b/.JuliaFormatter.toml @@ -0,0 +1,3 @@ +style = "sciml" +format_markdown = true +format_docstrings = true