diff --git a/GhidraDocs/GhidraCodingStandards.html b/GhidraDocs/GhidraCodingStandards.html index 37345a7b9e..e0e49fe096 100644 --- a/GhidraDocs/GhidraCodingStandards.html +++ b/GhidraDocs/GhidraCodingStandards.html @@ -214,7 +214,10 @@

Formatting

-

Most of these are handled by the eclipse formatter and are here to document the Ghidra formatting style. +

Most of these are handled by the Eclipse formatter and are here to document the Ghidra + formatting style. The Eclipse formatter can be found in the support/eclipse/ + directory of a Ghidra release, or in the eclipse/ directory of the Ghidra + source repository.

Line Length

Java code will have a character limit of 100 characters per line.

Indenting

diff --git a/gradle/root/distribution.gradle b/gradle/root/distribution.gradle index 1005e1b9fc..c63cf0f4f9 100644 --- a/gradle/root/distribution.gradle +++ b/gradle/root/distribution.gradle @@ -353,6 +353,14 @@ task assembleDistribution (type: Copy) { include "settings.gradle" into "Ghidra" } + + ///////////////////////////////// + // Eclipse formatters + ///////////////////////////////// + from (ROOT_PROJECT_DIR + "/eclipse") { + exclude "certification.manifest" + into "support/eclipse" + } ////////////////////////////////////// // Software Bill of Materials (SBOM)