Skip to content
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.

nverno/yaml-indent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Noah Peart noah.v.peart@gmail.com
URL: https://github.com/nverno/yaml-indent

Build Status

Better indentation for yaml-mode.

To use, set indent-line-function and indent-region-function to be yaml-indent-indent-line and yaml-indent-indent-region respectively in yaml-mode hook, eg

(defun my-yaml-hook ()
  (setq-local indent-line-function 'yaml-indent-indent-line)
  (setq-local indent-region-function 'yaml-indent-indent-region))
(add-hook 'yaml-mode-hook 'my-yaml-hook)

Converted from yaml-indent.el by el2markdown.

About

improve indentation for yaml-mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published