v2.10.2
JuliaFormatter v2.10.2
Documentation improvements only.
Merged pull requests:
- Bump actions/cache from 6.0.0 to 6.1.0 (#1196) (@dependabot[bot])
- Add more docs on gha (#1197) (@penelopeysm)
- More docs on how to use a local pre-commit hook (#1198) (@penelopeysm)
- Bump julia-actions/julia-runtest from 1.11.5 to 1.12.0 (#1199) (@dependabot[bot])
- Add testing on 1.13 (#1201) (@penelopeysm)
- Fix docs and bump a patch (#1202) (@penelopeysm)
Closed issues:
- Minor gripe about formatting result (#31)
- How to disable formatting of function calls? (#144)
overwrite = falseshould return contents of file (#167)- More options for full control instead of styles (#212)
- Format long one-line boolean checks to if statements (#222)
- Unfortunate comment intendation in if else block (#253)
- Syntax errors should output location (#276)
- Add integration tests for BlueStyle on a repo (#301)
- Ability to turn off formatting for a directory? (#302)
- Specifying optlevel for faster package loading (#356)
- Invalid substitution of
importwithusing(#398) - Tool to show errors at command line? (#400)
- piping with
|>inside a function gives weird behavior (#403) - Feature Request: Add a compact style for
ccall-wrapper functions (#407) - use JuliaFormatter for pretty printing Julia expression (#414)
always_use_returnextra indentation on first format (#428)- Array indexing (#466)
- Show full location of parsing errors (including file name) (#469)
- Space added around macro keywords assignment even with whitespace_in_kwargs = false (#492)
- Ask Before Changes (#505)
- JuliaFormatter is confused by literal number before broadcast operator (#537)
- Large array literal split into one line per element (#563)
- Strips inline comment and concatenates lines (#564)
- Error message not helpful (#571)
- SciML roll out of SciML Style (#610)
- Simple way to create custom styles (#683)
- Default formatting removes semi colon, breaking code (#774)
- Does not format string interpolations (#834)
- Ignore indentation effect of a specific block (#889)
separate_kwargs_with_semicolonhas no effect inside macro calls, including@testset(#952)- Document formatting options according to their effect (#1102)
- Unnecessary brackets are inserted in ranges (#1126)