zerver/navbar.html: Clean up to use 4 space indentation.

This commit is contained in:
Aditya Bansal
2018-01-27 23:03:41 +05:30
committed by Tim Abbott
parent 52c40668bc
commit fbd0e190d0
2 changed files with 161 additions and 162 deletions

View File

@@ -108,7 +108,6 @@ def check_html_templates(templates, all_dups):
IGNORE_FILES = [ IGNORE_FILES = [
# Temporarily Avoiding cleaning these to avoid merge conflicts for now. # Temporarily Avoiding cleaning these to avoid merge conflicts for now.
'templates/zerver/keyboard_shortcuts.html', 'templates/zerver/keyboard_shortcuts.html',
'templates/zerver/navbar.html',
# zephyr-mirror.html has some whitespace-dependent formatting # zephyr-mirror.html has some whitespace-dependent formatting
# for code blocks that prevent cleaning it. Might make sense # for code blocks that prevent cleaning it. Might make sense
# to convert it to a /help/ markdown article. # to convert it to a /help/ markdown article.