detect-indent
Indentation detector
A tool to automatically detect and apply consistent indentation in text files.
Detect the indentation of code
196 stars
9 watching
27 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/indent-string-cli | A command-line tool for indenting lines of text | 5 |
sindresorhus/indent-string | A utility function to insert consistent indentation into a string | 112 |
sindresorhus/strip-indent | Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 135 |
sindresorhus/image-type | Detects the type of an image from a binary buffer | 373 |
sindresorhus/file-type-cli | Detects the type of file or input provided | 74 |
sindresorhus/is | A utility for determining the type of a value at compile-time or runtime | 1,682 |
sindresorhus/is-wsl | A tool to detect and identify if a process is running within the Windows Subsystem for Linux environment. | 188 |
sindresorhus/matcher | A utility for simple string matching with wildcard patterns | 537 |
sindresorhus/pad-stream | Transforms input streams by padding each line with a specified indent | 11 |
sindresorhus/terminal-size | A utility to reliably determine the size of the terminal window in command-line applications. | 140 |
sindresorhus/is-stream | A utility library to check if an object is a Node.js stream | 111 |
sindresorhus/gulp-changed | A plugin for Gulp that only processes files that have changed since the last run. | 742 |
sindresorhus/hash-object | A library that generates a unique digital fingerprint of an object | 134 |
nmac427/guess-indent.nvim | Automatically detects and adjusts indentation settings based on file contents | 415 |
sindresorhus/string-length | Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 162 |