jonlabelle / SublimePhpTidy

A Sublime Text plug-in to style PHP code according to Allman Coding Standards (BSD Style).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime Text PHP Allman Code Style

A Sublime Text plug-in to style PHP code according to Allman Coding Standards (BSD Style).

Install

Download the zip to your Sublime Text 2 or 3 Packages directory.

Usage

PHP Tidy can be accessed from the Sublime Text command palette...

  • ctrl/cmd + shift + P : Tidy PHP

Credits

Enhancements from welovewordpress/SublimePhpTidy include:

  • Sublime Text 2 and 3 compatible.
  • Cross-platform compatible.
  • Merge latest PHP Tidy script updates.
  • Cross-platform support for temp files.
  • Cross platform support for PHP Tidy script.
  • Improved error handling in Sublime Text.

Author

Jon LaBelle contact@jonlabelle.com

About

A Sublime Text plug-in to style PHP code according to Allman Coding Standards (BSD Style).

License:MIT License


Languages

Language:PHP 90.4%Language:Python 9.6%