Files
Sublime-Text/Packages/Pretty YAML Node
2025-03-08 19:29:14 +01:00
..
2025-03-08 19:29:14 +01:00
2025-03-08 19:29:14 +01:00
2025-03-08 19:29:14 +01:00
2025-03-08 19:29:14 +01:00
2025-03-08 19:29:14 +01:00
2025-03-08 19:29:14 +01:00
2025-03-08 19:29:14 +01:00
2025-03-08 19:29:14 +01:00
2025-03-08 19:29:14 +01:00
2025-03-08 19:29:14 +01:00
2025-03-08 19:29:14 +01:00
2025-03-08 19:29:14 +01:00

Pretty YAML Node

Prettify YAML Node plugin for Sublime Text 3 (Based on Pretty YAML)

Installation

Install this sublime text package via Package Control

You have to install node on your machine and put the path in the plugin's preferences.

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.

Default configuration

This plugin uses js-yaml as node module to process YAML files. You can specify the options for safeDump in the plugin's preferences.