zulip/templates/zerver/integrations
Aditya Bansal b9f1acb300 linter: Enforce 2 space indents on tags spread over multiple lines.
We make some specific cases of tags use 2 space indents.
The case description:
* A tag with opening tag spread over multiple lines and closing tag
on the same line as of the closing angle bracket of the opening tag.
* A tag with opening tag spread over multiple lines and closing tag
not on the same line as of the closing angle bracket of the opening
tag.

Example:
Case 1:

Not linted:
<button type="button"
class="btn btn-primary btn-small">{{t "Yes" }}</button>

After linting:
<button type="button"
  class="btn btn-primary btn-small">{{t "Yes" }}</button>

Case 2:

Before linting:
<div class = "foo"
     id = "bar"
     role = "whatever">
     {{ bla }}
</div>

After linting:
<div class = "foo"
  id = "bar"
  role = "whatever">
    {{ bla }}
</div>
2018-04-07 20:08:44 -07:00
..
asana.md template context: Give better names to the URLs for the API. 2017-10-30 18:29:29 -07:00
capistrano.md template context: Give better names to the URLs for the API. 2017-10-30 18:29:29 -07:00
codebase.md webhooks/codebase: Use indented Markdown macros. 2017-11-25 17:01:11 -08:00
discourse.md integrations: Add discourse integration. 2017-08-23 15:25:12 -07:00
email.md integrations/email: Migrate docs to Markdown. 2017-06-26 12:30:04 -04:00
errbot.md integrations: Add Errbot documentation. 2017-10-27 09:22:51 -07:00
git.md integrations/git: Use macros and improve Markdown. 2017-06-26 12:30:04 -04:00
google-calendar.md google-calendar: Fix typo and improve Markdown. 2017-06-26 12:30:04 -04:00
hubot.md integrations/hubot: Fix URL in example config. 2017-11-03 13:38:59 -07:00
hubot_common.md integrations: Add integrations/doc/assembla. 2017-11-15 14:04:19 -08:00
index.html linter: Enforce 2 space indents on tags spread over multiple lines. 2018-04-07 20:08:44 -07:00
jenkins.md integrations/jenkins: Migrate docs to Markdown. 2017-06-26 12:30:04 -04:00
jira-plugin.md template context: Give better names to the URLs for the API. 2017-10-30 18:29:29 -07:00
mercurial.md template context: Give better names to the URLs for the API. 2017-10-30 18:29:29 -07:00
nagios.md template context: Give better names to the URLs for the API. 2017-10-30 18:29:29 -07:00
openshift.md integrations/openshift: Use Markdown macros. 2017-06-26 12:30:04 -04:00
perforce.md integrations/perforce: Migrate docs to Markdown. 2017-06-26 12:30:04 -04:00
phabricator.md integrations/phabricator: Migrate docs to Markdown. 2017-06-26 12:30:04 -04:00
puppet.md integrations/puppet: Migrate docs to Markdown. 2017-06-26 12:30:04 -04:00
redmine.md integrations/redmine: Clean up a bit of grammar in the docs. 2017-11-03 13:38:59 -07:00
rss.md integrations/rss: Recommend integrating RSS via Zapier. 2018-03-25 08:58:08 -07:00
svn.md integrations/svn: Use Markdown macros. 2017-06-26 12:30:04 -04:00
trac.md integrations/trac: Use Markdown macros. 2017-06-26 12:30:04 -04:00
trello-plugin.md docs: Update /integrations links to new pushState routes. 2017-08-10 10:21:53 -07:00
twitter.md integrations: Update twitter bot commands. 2017-11-07 09:44:24 -08:00