Skip to content

Conversation

@ChrisRackauckas-Claude
Copy link
Contributor

Summary

  • Updated CI workflow to use fredrikekre/runic-action@v1 instead of JuliaFormatter
  • Removed .JuliaFormatter.toml configuration file
  • Reformatted all source files with Runic.jl

Changes

This PR migrates the code formatting from JuliaFormatter with SciMLStyle to Runic.jl. Runic.jl is an opinionated formatter (similar to Go's gofmt) that requires no configuration.

Key differences from JuliaFormatter:

  • Explicit return statements are added where implicit
  • Different indentation and alignment for continuation lines
  • Consistent multiline formatting for function arguments

Test plan

  • CI format check passes with Runic.jl
  • All existing tests still pass

🤖 Generated with Claude Code

- Update CI workflow to use fredrikekre/runic-action@v1
- Remove .JuliaFormatter.toml configuration
- Format all source files with Runic.jl

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@ChrisRackauckas ChrisRackauckas merged commit 5f9d6bc into SciML:main Jan 4, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants