diff options
author | Artur Signell <artur@vaadin.com> | 2016-09-01 12:19:07 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-09-01 09:52:39 +0000 |
commit | 9a9d11fb8d2b7a64334d667cdb7af96c4f8e59ce (patch) | |
tree | 0ac1447bb008633cb353e27a360d8c9131718edf /README.md | |
parent | 6d0204cafe8c95acd72728b3d1be616d87a31db1 (diff) | |
download | vaadin-framework-9a9d11fb8d2b7a64334d667cdb7af96c4f8e59ce.tar.gz vaadin-framework-9a9d11fb8d2b7a64334d667cdb7af96c4f8e59ce.zip |
Fix formatting so that it is shown correctly in GitHub
Change-Id: Ieb59f0d85d4a8bcef0dc60c849818cf1928b6f78
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -46,12 +46,12 @@ The following preferences need to be set to keep the project consistent. You nee 1. Go to XML -> XML Files -> Editor 1. Ensure the settings are follows: - Line width: 72 - Format comments: true - Join lines: true - Insert whitespace before closing empty end-tags: true - Indent-using spaces: true - Indentation size: 4 + * Line width: 72 + * Format comments: true + * Join lines: true + * Insert whitespace before closing empty end-tags: true + * Indent-using spaces: true + * Indentation size: 4 ### Running a UI test |