grunt-pug-beautify
A grunt wrapper for Jade-Beautify (now Pug-Beautify).
A grunt wrapper for Jade-Beautify (now Pug-Beautify).
Grunt plugin for JSON formatting with json-fmt
gulp plugin for lintspaces
simple indent sanitization for multi line strings
(in)dent XML to make it pretty
Indent string with indent-string.
Remove extra indentation from template strings
Markdown tables with indents. Fast and easy to read and write.
JavaScript code formatter for Broccoli with esformatter
Convert indentation to tabs.
Parse blocks of text based on indentation.
CLI interface for json-stringify-pretty-compact library
CLI interface for json-stringify-pretty-compact library
Allows tabs to be entered in textarea elements. This plugin is a wrapper for the Tab Override library API.
Simple indentation tool, supports relative indent
Search and Modification Engine for HTML Documents
Transform stream to take lines and return indentation indicators
Guess the indentation of a JSON string
Tool and model to handle string lines and indentation.
此为吴乐川的《获取计算机源代码单级缩进空白的工具》。本工具可按需产生一个字符串,该字符串用作计算机源代码之单级缩进之空白。该字符串要么全是“空格”(`' '`),要么全是“制表符”(`' '`),但二者不可混用。并且,多于一个制表符是允许的,但本程序会给出警告信息。因为,一般的,我们仅需采用单一制表符。