More excerpts
This commit is contained in:
parent
262b5dca2f
commit
867d8efef2
25 changed files with 167 additions and 3 deletions
|
@ -5,6 +5,13 @@ description: <a href="http://www.sublimetext.com/2" title="Sublime Text 2">Subli
|
|||
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 %}
|
||||
[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.
|
||||
|
||||
## Preferences
|
||||
|
@ -95,3 +102,4 @@ 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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue