Skip to content

Commit

Permalink
replaced all tab indentations with space
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibhas committed Sep 3, 2016
1 parent 0597da9 commit f012954
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 348 deletions.
22 changes: 11 additions & 11 deletions django-html.configuration.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"comments": {
"blockComment": [
"{% comment %}",
"{% endcomment %}"
]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
"comments": {
"blockComment": [
"{% comment %}",
"{% endcomment %}"
]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}
2 changes: 1 addition & 1 deletion snippets/django-snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"tag": {
"prefix": "tag",
"description": "tag",
"description": "Empty tag",
"body": [
"{% $1 %}"
]
Expand Down
Loading

0 comments on commit f012954

Please sign in to comment.