issues
search
fredrikekre
/
Runic.jl
A code formatter for Julia with rules set in stone.
MIT License
103
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
TagBot trigger issue
#96
JuliaTagBot
closed
1 day ago
1
Clean up some asserts
#95
fredrikekre
closed
1 day ago
1
Fix edge case with multiline lists with only a comment and no items
#94
fredrikekre
closed
1 day ago
1
Revert "Don't use spaces around `..` (#74)"
#93
fredrikekre
closed
1 day ago
1
Add --version option to Runic.main
#92
fredrikekre
closed
1 day ago
1
Add testset for Runic.main
#91
fredrikekre
closed
2 days ago
1
Ensure single space before module name
#90
fredrikekre
closed
3 days ago
0
Fix whitespace before comment in operator formatting
#89
fredrikekre
closed
1 week ago
0
Relax toggle comments to allow more "pragmas"
#88
fredrikekre
closed
1 week ago
0
Mention pre-commit in README
#87
fredrikekre
closed
1 week ago
0
Trailing comments on first line of multiline lists, fixes #77
#86
fredrikekre
closed
1 week ago
0
Fix single line block unnesting with hidden whitespace, closes #79
#85
fredrikekre
closed
1 week ago
0
Allow no space before comment after `(`, `[`, `{`, fixes #81.
#84
fredrikekre
closed
1 week ago
0
Fix extra space in export/public/global/local multiline lists, fixes #78
#83
fredrikekre
closed
1 week ago
0
Ensure single space before more keywords
#82
fredrikekre
closed
1 week ago
0
Space before comment in single line list
#81
fredrikekre
closed
1 week ago
0
Update README.md
#80
NilsWildt
opened
1 week ago
0
Semicolon removal misses extra spaces
#79
fredrikekre
closed
1 week ago
0
Comments in list get 5(!) spaces indent...
#78
fredrikekre
closed
1 week ago
0
Comment should be allowed on the first line of a multiline list
#77
fredrikekre
closed
1 week ago
0
Single space before `return`
#76
fredrikekre
closed
1 week ago
0
Adds false return || (edit: update before filing an issue)
#75
NilsWildt
closed
2 weeks ago
2
Don't use spaces around `..`
#74
fredrikekre
closed
2 weeks ago
0
Fix space-around-operator with non-space whitespace
#73
fredrikekre
closed
2 weeks ago
0
Fix indentation of documented modules in files with more toplevel code
#72
fredrikekre
closed
2 weeks ago
0
Add tip about .git-blame-ignore-revs file to README
#71
fredrikekre
closed
2 weeks ago
0
Don't add explicit returns in `do` blocks
#70
fredrikekre
closed
2 weeks ago
0
Verify that Runic's output is parseable
#69
fredrikekre
closed
2 weeks ago
0
Fix indent of local/global variable lists, fixes #63
#68
fredrikekre
closed
2 weeks ago
0
Fix commas after trailing macrocalls hidden inside of list items
#67
fredrikekre
closed
2 weeks ago
0
Require Julia version 1.10
#66
fredrikekre
closed
2 weeks ago
0
`juliac` compilation fails on `+nightly`
#65
RomeoV
closed
1 month ago
2
Use julia nightly for static compilation CI
#64
fredrikekre
closed
1 month ago
0
`local` indenting broken for non-identifiers
#63
fredrikekre
closed
2 weeks ago
0
Fix insertion of space before comment
#62
fredrikekre
closed
1 month ago
0
Automatic line breaking
#61
efaulhaber
opened
1 month ago
6
[Feature Request] Add noindent annotation
#60
efaulhaber
opened
1 month ago
3
Fix trailing comma in implicit tuples in destructuring
#59
fredrikekre
closed
1 month ago
0
Runic breaks unpacking of only the first element of a tuple
#58
efaulhaber
closed
1 month ago
0
juliac: add CI configuration for compiling and running runic
#57
fredrikekre
closed
2 months ago
1
Make Runic compilable with juliac
#56
fredrikekre
closed
2 months ago
0
Ensure at least one space before comments
#55
fredrikekre
closed
2 months ago
0
Format spacing and indent in global and local lists
#54
fredrikekre
closed
2 months ago
0
Trim trailing whitespace in comments
#53
fredrikekre
closed
2 months ago
0
Recurse into if/try branches for explicit returns
#52
fredrikekre
opened
2 months ago
1
Require (at least one) space before comment
#51
fredrikekre
closed
2 months ago
0
Strip trailing whitespace in comments
#50
fredrikekre
closed
2 months ago
0
Line continuation in `local` and `global` lists
#49
fredrikekre
closed
2 months ago
0
Insert explicit return expressions in functions/macros/do-blocks
#48
fredrikekre
closed
2 weeks ago
16
Drop trailing semicolons in block contexts
#47
fredrikekre
closed
2 months ago
0
Next