diff options
author | Artur Signell <artur@vaadin.com> | 2013-05-30 17:01:26 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-05-30 15:02:54 +0000 |
commit | d850db60f9f7e144307bcf525d96665d1be64fc8 (patch) | |
tree | 2b92c81447a7c00f082e1ca0cab8261f7c5d2eea /README.md | |
parent | 46cc08b5374f2d60de6825e88287da2b83a095c1 (diff) | |
download | vaadin-framework-d850db60f9f7e144307bcf525d96665d1be64fc8.tar.gz vaadin-framework-d850db60f9f7e144307bcf525d96665d1be64fc8.zip |
Add XML formatting instructions (#11956)
Change-Id: Ifac318e1e422d39776196fd8f9b4bb670d504578
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -39,6 +39,15 @@ Set up the Workspace and define required variables for projects ![GWT_TOOLS](http://f.cl.ly/items/1k2Z1n2v0p0y3l0X0D1G/ClasspathVars.png "Defining GWT_TOOLS") 1. Go to Java -> Compiler 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 ------------ |