From b0c2a2078c100de72b1ef5929b17a75b4f98de24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zs=C3=B3fia=20=C3=81d=C3=A1m?= <9825744+AdamZsofi@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:16:40 +0100 Subject: [PATCH] update Coding-conventions.md --- doc/Coding-conventions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Coding-conventions.md b/doc/Coding-conventions.md index 5d534a1d70..7efabad8a4 100644 --- a/doc/Coding-conventions.md +++ b/doc/Coding-conventions.md @@ -2,6 +2,10 @@ We mainly follow the standard Java coding conventions and most of the conventions from the books _Effective Java_ [1] and _Clean Code_ [4]. Some exceptions and additional rules are listed below. Each rule starts with _DO_, _CONSIDER_, _AVOID_ or _DO NOT_, according to [2]. +## Automatic Formatting and Copyright Headers + +See [Build.md](Build.md). For the formatting rules, check [java-common.gradle.kts](https://github.com/ftsrg/theta/blob/master/buildSrc/src/main/kotlin/java-common.gradle.kts) + ## Source files * **DO** encode files in UTF-8. **DO NOT** use any other format.