Fredrik Ekre
|
da81dbc606
|
Update README.md
|
1 year ago |
Hugo Levy-Falk
|
0e00d6394c
|
fix(readme): Add a test for empty file list in git hook.
As it was, the proposed git hook will fail if no Julia file has been
edited in the commit (for example if we only edited Project.toml).
|
1 year ago |
Fredrik Ekre
|
88e6560700
|
Fix indent of long form functor definitions
|
1 year ago |
Fredrik Ekre
|
b87b3cde1b
|
Fix import renaming of macros
|
1 year ago |
Fredrik Ekre
|
d156504692
|
Fix interpolated vars as `as`-aliases
|
1 year ago |
Fredrik Ekre
|
e57859e267
|
Allow interpolated vars in export lists inside macrocalls
|
1 year ago |
Fredrik Ekre
|
bbc144d143
|
Fix var-nodes in export/public lists
|
1 year ago |
Fredrik Ekre
|
9043278d44
|
Fix non-K"Identifier" leafs in export lists
|
1 year ago |
Fredrik Ekre
|
2a9843fc99
|
Fix export/public expressions with comments
|
1 year ago |
Fredrik Ekre
|
6d975d35a3
|
Fix parenthesized macrocalls with keyword arguments
|
1 year ago |
Fredrik Ekre
|
d8efd2f05d
|
Fix formatting of import/using with `as` renaming
|
1 year ago |
Fredrik Ekre
|
3645072700
|
Fix bug in formatting of export/public expressions with interpolated vars
|
1 year ago |
Fredrik Ekre
|
948f2d30ac
|
Fix module indent with parenthesized module name
|
1 year ago |
Fredrik Ekre
|
0660870c08
|
Fix bug in formatting in export/public expressions with macronames
|
1 year ago |
Fredrik Ekre
|
d65bf57ae0
|
Format spaces in export/public expressions, fixes #25
|
1 year ago |
Fredrik Ekre
|
3f9b692167
|
Format spaces in using/import expressions, fixes #25
|
1 year ago |
Fredrik Ekre
|
8904edd2a4
|
Refine installation and editor integration docs (#23)
|
1 year ago |
Kristoffer Carlsson
|
ebc2ba5917
|
parse with latest 1.x compatible syntax (#24)
|
1 year ago |
Fredrik Ekre
|
025ad41c76
|
Default output to stdout if input is stdin
|
1 year ago |
Fredrik Ekre
|
0e214b6c69
|
Remove leading whitespace in the beginning of a file
This is needed to "bootstrap" the indent process since there isn't a
leading newline to indent to level 0 when there is leading whitespace.
|
1 year ago |
Fredrik Ekre
|
e7229cb65e
|
Add section on editor integration
|
1 year ago |
Fredrik Ekre
|
1184d2ba43
|
Fix indent of array comprehensions, fixes #20
|
1 year ago |
Fredrik Ekre
|
22aeb03bcc
|
Precompile the entrypoints
|
1 year ago |
Fredrik Ekre
|
bdbe60e230
|
Replace tabs with spaces
|
1 year ago |
Fredrik Ekre
|
7604ae749a
|
Format macrocalls with parens as function calls
This patch formats macrocalls with parens like function calls. This
means that indenting and list-spacing is the same.
|
1 year ago |
Fredrik Ekre
|
d09e6af52b
|
Put semi colon on calls with only keyword arguments on first line
|
1 year ago |
Fredrik Ekre
|
2dfe195f86
|
Fix trailing comma in parameters
|
1 year ago |
Fredrik Ekre
|
afa4252db2
|
No leading and a single trailing newline for files
|
1 year ago |
Fredrik Ekre
|
2ddbb38e60
|
Fix indent of while-end with K"block" as conditions
|
1 year ago |
Fredrik Ekre
|
eb7f55bb6e
|
Add tests and commentary about `∈` in non-loop contexts
Closes #17.
|
1 year ago |
Fredrik Ekre
|
806c81be36
|
Fix line continuation to not continue the first newline leaf
|
1 year ago |
Fredrik Ekre
|
b523eda6bc
|
Fix issue links in README
|
1 year ago |
Fredrik Ekre
|
f48f864502
|
Clarify indent levels of lists and update example
|
1 year ago |
Fredrik Ekre
|
3262b70fb4
|
README improvements
|
1 year ago |
Fredrik Ekre
|
6df3f7ae3a
|
Fix trailing comma in single item lists with generators
Closes #16.
|
1 year ago |
Fredrik Ekre
|
f24397eae5
|
Disallow more than three consecutive newlines (2 empty lines)
|
1 year ago |
Fredrik Ekre
|
d973e3af52
|
Fix alias note in the readme
|
1 year ago |
Fredrik Ekre
|
143dc62200
|
Add alias tip to the readme
|
1 year ago |
Fredrik Ekre
|
c629ff898d
|
Add comment about line width limit to readme
|
1 year ago |
Fredrik Ekre
|
da6ce25287
|
Fix indentation of module with expression as module name
|
1 year ago |
Fredrik Ekre
|
d5dea456ff
|
Fix stripping of trailing `;` in listlike
|
1 year ago |
Fredrik Ekre
|
ab6e38fe01
|
Fix multiple K"parameters" in argument list
|
1 year ago |
Fredrik Ekre
|
dcd1d92cdd
|
Fix K"vect" with parameters
Fixes parameters in K"vect" and fixes eating of empty parameters.
|
1 year ago |
Fredrik Ekre
|
6983830966
|
FIXME: Octal BigInt needs better detection
|
1 year ago |
Fredrik Ekre
|
1568852e3f
|
Fix single line module
|
1 year ago |
Fredrik Ekre
|
07bae80717
|
Fix multiple trailing K";" in paren blocks
|
1 year ago |
Fredrik Ekre
|
d77ec5fd9c
|
Ignore negative hex floats
|
1 year ago |
Fredrik Ekre
|
f64fbfe99b
|
Fix spacing in K"parens" nodes
|
1 year ago |
Fredrik Ekre
|
4bc7c0de3f
|
Fix comments in lists
|
1 year ago |
Fredrik Ekre
|
826a566215
|
Fix empty functions with Unicode symbol names
|
1 year ago |