ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Pretty YAML

by aukaost ALL

Sublime Text 2/3 plugin that allows to format a YAML file

Details

  • 0.2.0
  • github.​com
  • 4 years ago
  • 1 hour ago
  • 10 years ago

Installs

  • Total 77K
  • Win 24K
  • Mac 36K
  • Linux 16K
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12
Windows 0 3 1 8 5 7 1 4 5 3 4 3 3 4 3 1 7 9 6 2 3 4 3 8 4 6 0 0 7 6 5 3 10 4 3 5 11 10 8 4 3 5 8 8 8 4
Mac 0 3 8 6 5 1 2 9 8 8 7 8 1 1 10 7 7 6 9 8 1 7 10 10 6 2 3 1 4 7 14 9 9 2 1 4 8 12 11 10 3 2 4 13 10 9
Linux 1 1 2 2 4 1 2 5 3 2 3 1 1 2 2 3 3 5 2 2 0 3 1 4 1 2 0 1 1 3 3 5 0 1 2 2 3 2 1 2 0 1 3 6 3 4

Readme

Source
raw.​githubusercontent.​com

Pretty YAML

Prettify YAML plugin for Sublime Text 2 & 3 (Based on Pretty JSON)

Installation

Install this sublime text package via Package Control

Usage To prettify YAML, make selection of YAML and press keys:

  • Linux: ctrl+alt+y

  • Windows: ctrl+alt+y

  • OS X: cmd+ctrl+y

If selection is empty and configuration entry use_entire_file_if_no_selection is true, tries to prettify whole file.

If YAML is not valid it will be displayed in status bar of sublime.

Default configuration

This plugin uses PyYAML to process YAML files. You can specify the arguments for the Dumper in the plugin's preferences.

Thanks

License

  • View LICENSE files in plugin root and yaml/ subfolders (both MIT)