[alreq] Pull Request: Unify indentation format of the HTML code

mostafah has just submitted a new pull request for 
https://github.com/w3c/alreq:

== Unify indentation format of the HTML code ==
I was about to start making some changes to the document for a PR and 
noticed that our HTML code has some formatting inconsistencies, like 
this:

```html
<section id="h_characters">
      <h2>Characters</h2>
    <p>Topic Keywords:</p>
      <ul>
  <li><strong>Characters…
```

Since different people are going to work on this HTML code and we will
 be sending git diffs using PRs, this can lead to some headaches.

I used the first formatting that came to my mind: two spaces for 
indentation and no tabs. It’s not important which format we use. 
Consistency is what matters.

See https://github.com/w3c/alreq/pull/17

Received on Sunday, 29 November 2015 15:36:44 UTC