From ce4ad47104da717b450b15b0d0095bfa2cd31e67 Mon Sep 17 00:00:00 2001 From: Yuto Horikawa Date: Sun, 29 Oct 2023 02:58:43 +0900 Subject: [PATCH] update docs around Juno (#775) --- README.md | 4 ++-- docs/src/config.md | 7 ------- docs/src/index.md | 4 ++-- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 495f3c8eb..c1f2b4b82 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/src/config.md b/docs/src/config.md index 30e4c1543..e3d999e23 100644 --- a/docs/src/config.md +++ b/docs/src/config.md @@ -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 diff --git a/docs/src/index.md b/docs/src/index.md index 2eca677ec..d9503a3db 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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)