Update ascii style

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-06-14 17:47:17 +07:00
parent 244409c6ad
commit 527ca9458e
2 changed files with 4 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ build succeed, please raise a ticket to get the settings added to
source control. source control.
The projects that require middleware (i.e. Redis) for testing generally The projects that require middleware (i.e. Redis) for testing generally
require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running. require that a local instance of https://www.docker.com/get-started[Docker] is installed and running.
[[documentation]] [[documentation]]
== Documentation == Documentation

View File

@@ -123,10 +123,11 @@ If you need to suppress some rules (e.g. line length needs to be longer), then i
It's advisable to copy the `${spring-cloud-build.rootFolder}/.editorconfig` and `${spring-cloud-build.rootFolder}/.springformat` to your project. That way, some default formatting rules will be applied. You can do so by running this script: It's advisable to copy the `${spring-cloud-build.rootFolder}/.editorconfig` and `${spring-cloud-build.rootFolder}/.springformat` to your project. That way, some default formatting rules will be applied. You can do so by running this script:
```bash [source,bash]
----
$ curl https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/.editorconfig -o .editorconfig $ curl https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/.editorconfig -o .editorconfig
$ touch .springformat $ touch .springformat
``` ----
[[ide-setup]] [[ide-setup]]
== IDE setup == IDE setup