initial commit

This commit is contained in:
2025-03-08 19:29:14 +01:00
parent 18bfd99401
commit 1c66feaa2a
323 changed files with 20550 additions and 1 deletions

View File

@@ -0,0 +1,35 @@
Pretty YAML Node
================
Prettify YAML Node plugin for Sublime Text 3 (Based on [Pretty
YAML](<https://github.com/aukaost/SublimePrettyYAML>))
Installation
-------------
Install this sublime text package via [Package
Control](<http://wbond.net/sublime_packages/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: <kbd>ctrl+alt+y</kbd>
- Windows: <kbd>ctrl+alt+y</kbd>
- OS X: <kbd>cmd+ctrl+y</kbd>
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](<https://github.com/nodeca/js-yaml#safedump-object---options->) in the plugin's preferences.