Remove redundant blocks from posts

This commit is contained in:
Oliver Davies 2018-12-31 12:41:12 +00:00
parent 333217311d
commit cf7d1f30de
16 changed files with 0 additions and 64 deletions

View file

@ -4,13 +4,10 @@ excerpt: <a href="http://www.sublimetext.com/2" title="Sublime Text 2">Sublime T
tags:
- sublime-text
---
{% block excerpt %}
[Sublime Text 2](http://www.sublimetext.com/2) has been my text editor of choice for the past few months, and I use it at home, in work, and on any virtual machines that I run. So rather than having to manually re-enter my settings each time, I thought that I'd document them here for future reference.
These preferences ensure that the code is compliant with [Drupal coding standards](http://drupal.org/coding-standards "Drupal coding standards on Drupal.org") - using two spaces instead of a tab, no trailing whitespace, blank line at the end of a file etc.
{% endblock %}
{% block content %}
## Preferences
These can be changed by going to Preferences > Settings - User.
@ -99,4 +96,3 @@ These are the packages that I currently have installed.
* [Package Control](http://wbond.net/sublime_packages/package_control)
* [Sublime CodeIntel](http://github.com/Kronuz/SublimeCodeIntel)
* [Theme - Soda](https://github.com/buymeasoda/soda-theme)
{% endblock %}