issues
search
sile
/
efmt
Erlang code formatter
Apache License 2.0
68
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove extra newlines between `-doc` attributes and function definitions
#110
sile
closed
1 month ago
0
format of code with comments specified in ex_doc
#109
7run
closed
1 month ago
4
Fix a bug where an unexpected newline is inserted when formatting `fun () -> ?assertMatch(..., ...) end.`.
#108
sile
closed
1 month ago
0
Bump webpack from 5.93.0 to 5.94.0 in /vscode
#107
dependabot[bot]
closed
1 month ago
0
Fix a bug when formatting consecutive `-define` directives with single-quoted macro names.
#106
sile
closed
2 months ago
0
Formatting fails to include define enclosed in single quotes.
#105
7run
closed
2 months ago
2
Avoid using temporary files when overwriting formatted files to preserve file permissions
#104
sile
closed
3 months ago
0
`efmt` removes execute bit
#103
verbit
closed
3 months ago
1
Add support for formatting escript files
#102
sile
closed
3 months ago
0
Add support for escripts
#101
verbit
closed
3 months ago
1
Enable formatting of `?assertMatch()` and `?assertNotMatch()` macros even when they contain `when` in the pattern
#100
sile
closed
3 months ago
0
Fix the issue where default input files may include non-existing files
#99
sile
closed
3 months ago
0
Formatting fails with `assertMatch` containing `with`.
#98
7run
closed
3 months ago
3
`efmt` lists non-existing files
#97
verbit
closed
3 months ago
4
Mention Sublime Text integration in README
#96
verbit
closed
4 months ago
0
Add `--color` option
#95
sile
closed
4 months ago
0
`rebar3 efmt` doesn't work with stdin
#94
verbit
opened
4 months ago
1
Bump braces from 3.0.2 to 3.0.3 in /vscode
#93
dependabot[bot]
closed
4 months ago
0
Update dependencies
#92
sile
closed
4 months ago
0
Add support for colored diff
#91
verbit
closed
4 months ago
1
Fix typos
#90
kianmeng
closed
8 months ago
1
Support OTP-27.0-rc1 (triple-quoted strings and sigil string literals)
#89
sile
closed
8 months ago
0
Update dependencies
#88
sile
closed
8 months ago
0
Add VSCode extension
#87
sile
closed
1 year ago
0
[rebar3_efmt] Explicitly specify `{ssl, [{verify, verify_none}]}` option
#86
sile
closed
1 year ago
0
Support map comprehension
#85
sile
closed
1 year ago
0
Update dependencies (env_logger, indoc, and clap)
#84
sile
closed
1 year ago
0
Don't treat as a tagged tuple if there are newlines just after the first atom element
#83
sile
closed
2 years ago
0
Fix a bug that causes an error when `$ rebar3 help efmt` is executed
#82
sile
closed
2 years ago
0
Use the parent dir of target files as the dir for temp files
#81
sile
closed
2 years ago
0
Don't insert a newline before `<-` or `<=` in comprehensions
#80
sile
closed
2 years ago
0
Don't insert a newline unless there are newlines in original text before record field default value
#79
sile
closed
2 years ago
0
Fix rebar3_efmt compile error
#78
sile
closed
2 years ago
0
Allows inserting newline before record field default value
#77
sile
closed
2 years ago
0
Use module name as the input file name if the latter isn't provided (i.e., code via stdin)
#76
sile
closed
2 years ago
0
Fix an indent bug when there is an empty line between sequence last elem and next comment
#75
sile
closed
2 years ago
0
Add `--allow-partial-failure` command-line flag
#74
sile
closed
2 years ago
0
Remove include handling
#73
sile
closed
2 years ago
0
Rename command-line flag: s/disable-rebar3-efmt-modr/disable-rebar3-mode/
#72
sile
closed
2 years ago
0
Remove rebar.config handling from `rebar3_efmt` plugin
#71
sile
closed
2 years ago
0
Fix a bug introduced in #68 that some tokens could be mising from the formatted code
#70
sile
closed
2 years ago
0
Add `_build/test/libs/` as a default ERL_LIBS path
#69
sile
closed
2 years ago
0
Fix a bug that extra newlines could be inserted before comments just after forms
#68
sile
closed
2 years ago
0
Don't require a newline before `when` even if the guard conditions contain newlines
#67
sile
closed
2 years ago
0
Don't insert a newline before the last element of an improper list
#66
sile
closed
2 years ago
0
Fix wrong `when` indent in `-spec`
#65
sile
closed
2 years ago
0
Allow newlines just after function call open parenthes
#64
sile
closed
2 years ago
0
Fix indent of comments between seq last item and closing delim
#63
sile
closed
2 years ago
0
Don't insert unneccesary spaces when formatting unary ops
#62
sile
closed
2 years ago
0
App application resource file (.app or .app.src) handling
#61
sile
closed
2 years ago
0
Next