Skip to content

Commit

Permalink
update docs around Juno (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium authored Oct 28, 2023
1 parent a8fed69 commit ce4ad47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Check out [the docs](https://domluna.github.io/JuliaFormatter.jl/stable/) for fu

For integration with other editors:

- [Atom](https://github.com/JunoLab/Atom.jl)
- [Emacs](https://codeberg.org/FelipeLema/julia-formatter.el)
- [VSCode](https://github.com/singularitti/vscode-julia-formatter/)
- [Emacs](https://codeberg.org/FelipeLema/julia-formatter.el)
- [Vim](https://github.com/kdheepak/JuliaFormatter.vim)
- [Atom (deprecated)](https://github.com/JunoLab/Atom.jl)
7 changes: 0 additions & 7 deletions docs/src/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ When [`format`](@ref) is called, it will look for `.JuliaFormatter.toml` in the
and searching _up_ the file tree until a config file is (or isn't) found.
When found, the configurations in the file will overwrite the given options.

!!! note

[Juno](https://junolab.org/), a Julia IDE that offers formatting feature using this package, also respects
configuration file.
When you use `Julia-Client: Format-Code` command, Juno will automatically search for a configuration file with the
same rule as `format` does from the directory of current editor.

## Basic Configuration

In `.JuliaFormatter.toml`, you can specify any of the formatting options shown in [`format_text`](@ref) in TOML, e.g. if you have
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ Notice the contents of `@muladd begin` is not indented.

For integration with other editors:

- [Atom](https://github.com/JunoLab/Atom.jl)
- [Emacs](https://codeberg.org/FelipeLema/julia-formatter.el)
- [VSCode](https://github.com/singularitti/vscode-julia-formatter/)
- [Emacs](https://codeberg.org/FelipeLema/julia-formatter.el)
- [Vim](https://github.com/kdheepak/JuliaFormatter.vim)
- [Atom (deprecated)](https://github.com/JunoLab/Atom.jl)

4 comments on commit ce4ad47

@domluna
Copy link
Owner

@domluna domluna commented on ce4ad47 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Action not recognized: reigster

@domluna
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/94324

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.41 -m "<description of version>" ce4ad47104da717b450b15b0d0095bfa2cd31e67
git push origin v1.0.41

Please sign in to comment.