Demon888 / sql-indent

Emacs sql-indent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is sql-indent for Emacs.

It was originally written by Alex Schroeder, and used to live on emacswiki.org.

Usage note:

Loading this file will make all SQL mode buffers created from then on use `sql-indent-line' for indentation. A possible way to install sql-indent.el would be to add the following to your .emacs:

(eval-after-load "sql"
  '(load-library "sql-indent"))

To run the tests:

  1. Install Cask.
  2. Run cask.
  3. Run make test.

About

Emacs sql-indent


Languages

Language:Emacs Lisp 77.3%Language:Gherkin 19.5%Language:Makefile 3.1%