[Task] Optimize the code formatting settings
Open
discussion welcome
suggest
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 532
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 42
Description
### Search before asking
- [x] I searched in the [issues](https://github.com/fast-excel/fastexcel/issues) and found nothing similar.
### Motivation
Although we have introduced the `spotless` plugin for automated code formatting, I recommend removing the `.editorconfig` files from the repository as they cannot replace code formatting.
We should continue using the `checkstyle` plugin for local development, and optimize code style configuration.
### Proposal
- Re-reference the `Checkstyle` plugin and add usage instructions for this plugin to the documentation.
- Optimize Spotless configuration.
- Fix the formatting style in the historical code.
Contributor guide
Assessment
This issue has not been assessed yet.