@gwhitney/detect-indent
Detect the indentation of code (commonjs fork)
Detect the indentation of code (commonjs fork)
👉 https://hyper.fun/c/fa-indent/1.3.0
Indent each line in a string. This is a fork of sindresorhus/indent-string, but with CommonJS support.
Add prefix/suffix to lines of a text stream.
JSY offside syntax for ECMAScript/JS
NodeJS loader for JSY offside syntax
custom ckeditor5 plugins (eg: indent first line, custom format, ad so on...)
Indented document literals for JavaScript.
Implementation of the core logic of the mind map plugin.
Eslint config for indentation
When a line does not fit in editing area, it is softwrapped. This extension makes it so the wrapped part (2nd and subsequent lines) has the same indentation as the 1st line
Remove indentation from multiline strings, e.g. ones that were created with template literals
Utility function to beautify JSON string...like JSON.stringify() but better
A few common utility template tags for ES2015
Prettify, format, beautify HTML.
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.
此为吴乐川的《获取计算机源代码单级缩进空白的工具》。本工具可按需产生一个字符串,该字符串用作计算机源代码之单级缩进之空白。该字符串要么全是“空格”(`' '`),要么全是“制表符”(`' '`),但二者不可混用。并且,多于一个制表符是允许的,但本程序会给出警告信息。因为,一般的,我们仅需采用单一制表符。