Indented a comment

This commit is contained in:
Vhati 2017-12-11 17:44:55 -05:00
parent edf8b64ac8
commit 0d91833227

View file

@ -115,26 +115,27 @@ public class JDOMModMetadataWriter {
rootNode.addContent( new Text( "\n\n" ) ); rootNode.addContent( new Text( "\n\n" ) );
rootNode.addContent( new Text( "\t" ) );
buf.setLength( 0 ); buf.setLength( 0 );
buf.append( "\n" ); buf.append( "\n" );
buf.append( "\tSuggestions for the description...\n" ); buf.append( "\t\tSuggestions for the description...\n" );
buf.append( "\n" ); buf.append( "\n" );
buf.append( "\tWrite a short paragraph about the mod's effect first (what style ship, how\n" ); buf.append( "\t\tWrite a short paragraph about the mod's effect first (what style ship, how\n" );
buf.append( "\tdoes it affect gameplay). No need to introduce yourself.\n" ); buf.append( "\t\tdoes it affect gameplay). No need to introduce yourself.\n" );
buf.append( "\n" ); buf.append( "\n" );
buf.append( "\tOptionally add a paragraph of background flavor.\n" ); buf.append( "\t\tOptionally add a paragraph of background flavor.\n" );
buf.append( "\n" ); buf.append( "\n" );
buf.append( "\tOptionally list important features.\n" ); buf.append( "\t\tOptionally list important features.\n" );
buf.append( "\n" ); buf.append( "\n" );
buf.append( "\tList any concerns about mod compatibility, preferred order, or requirements.\n" ); buf.append( "\t\tList any concerns about mod compatibility, preferred order, or requirements.\n" );
buf.append( "\n" ); buf.append( "\n" );
buf.append( "\tMention \"Replaces the XYZ ship.\" if relevant.\n" ); buf.append( "\t\tMention \"Replaces the XYZ ship.\" if relevant.\n" );
buf.append( "\t\tKestrel-A, Stealth-A, Mantis-A,\n" ); buf.append( "\t\t\tKestrel-A, Stealth-A, Mantis-A,\n" );
buf.append( "\t\tEngi-A, Fed-A, Slug-A,\n" ); buf.append( "\t\t\tEngi-A, Fed-A, Slug-A,\n" );
buf.append( "\t\tRock-A, Zoltan-A, Crystal-A\n" ); buf.append( "\t\t\tRock-A, Zoltan-A, Crystal-A\n" );
buf.append( "\n" ); buf.append( "\n" );
buf.append( "\tAbove all, keep the description general, so you won't have to edit\n" ); buf.append( "\t\tAbove all, keep the description general, so you won't have to edit\n" );
buf.append( "\tthat again for each new version.\n" ); buf.append( "\t\tthat again for each new version.\n" );
buf.append( "\t" ); buf.append( "\t" );
rootNode.addContent( new Comment( buf.toString() ) ); rootNode.addContent( new Comment( buf.toString() ) );
rootNode.addContent( new Text( "\n" ) ); rootNode.addContent( new Text( "\n" ) );