mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
GP-4233: The Ghidra Eclipse preferences and formatter files are now
included in the release (Closes #5999)
This commit is contained in:
parent
52692901c7
commit
3410dc1ad9
@ -214,7 +214,10 @@
|
||||
</UL>
|
||||
|
||||
<H2> Formatting </H2>
|
||||
<P> Most of these are handled by the eclipse formatter and are here to document the Ghidra formatting style.
|
||||
<P> 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 <I><B>support/eclipse/</B></I>
|
||||
directory of a Ghidra release, or in the <I><B>eclipse/</B><I> directory of the Ghidra
|
||||
source repository.
|
||||
<H3> Line Length </H3>
|
||||
<H4> Java code will have a character limit of 100 characters per line. </H4>
|
||||
<H3> Indenting </H3>
|
||||
|
@ -354,6 +354,14 @@ task assembleDistribution (type: Copy) {
|
||||
into "Ghidra"
|
||||
}
|
||||
|
||||
/////////////////////////////////
|
||||
// Eclipse formatters
|
||||
/////////////////////////////////
|
||||
from (ROOT_PROJECT_DIR + "/eclipse") {
|
||||
exclude "certification.manifest"
|
||||
into "support/eclipse"
|
||||
}
|
||||
|
||||
//////////////////////////////////////
|
||||
// Software Bill of Materials (SBOM)
|
||||
//////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user