Getting started
To minimize the amount of changes in pull requests, TNB uses standardized code style configurations that all contributors should follow.The code style is enforced through EditorConfig and CheckStyle configurations included in the repository.
Code style tools
TNB uses two main tools to maintain consistent code quality:EditorConfig
Provides basic formatting rules like indentation, line endings, and character encoding across different editors and IDEs.
What’s next?
Ready to set up your development environment? Check out the following guides:- Code style setup - Configure EditorConfig and CheckStyle in IntelliJ IDEA
Before submitting a pull request, ensure your code follows all style guidelines to minimize review iterations.