Browse Source

Add XML formatting instructions (#11956)

Change-Id: Ifac318e1e422d39776196fd8f9b4bb670d504578
tags/7.1.0
Artur Signell 11 years ago
parent
commit
d850db60f9
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      README.md

+ 9
- 0
README.md View File

![GWT_TOOLS](http://f.cl.ly/items/1k2Z1n2v0p0y3l0X0D1G/ClasspathVars.png "Defining GWT_TOOLS") ![GWT_TOOLS](http://f.cl.ly/items/1k2Z1n2v0p0y3l0X0D1G/ClasspathVars.png "Defining GWT_TOOLS")
1. Go to Java -> Compiler 1. Go to Java -> Compiler
1. Check that the compliance level has been set to 1.6 (or higher) 1. Check that the compliance level has been set to 1.6 (or higher)
1. Go to XML -> XML Files -> Editor
1. Ensure the settings are follows:
<pre><code>Line width: 72
Format comments: true
Join lines: true
Insert whitespace before closing empty end-tags: true
Indent-using spaces: true
Indentation size: 4
</code></pre>


Import the Projects into the Workspace Import the Projects into the Workspace
------------ ------------

Loading…
Cancel
Save