tab-to-space
Converts tabs to approproate number of spaces
Converts tabs to approproate number of spaces
Re-Frame Multi-Line Text
Simple indentation for languages like HTML, PHP, CSS, and JS
indentation of a string
Simple cli tool for indenting JavaScript file
Detects the indentation used in the current document and sets the editor settings accordingly.
My Tiny Toy Parser
Mind indentation in ES6 template strings.
A Grunt task to convert the indentation on files.
Grunt plugin for JSON formatting with json-fmt
gulp plugin for lintspaces
This script helps people in formatting js, css and html files recursively by just mentioning the root path of your project.
Convert indentation to tabs.
Parse blocks of text based on indentation.
Simple indentation tool, supports relative indent
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.
此为吴乐川的《获取计算机源代码单级缩进空白的工具》。本工具可按需产生一个字符串,该字符串用作计算机源代码之单级缩进之空白。该字符串要么全是“空格”(`' '`),要么全是“制表符”(`' '`),但二者不可混用。并且,多于一个制表符是允许的,但本程序会给出警告信息。因为,一般的,我们仅需采用单一制表符。
Detect the indentation of code (commonjs fork)