1.0.0 • Published 4 years ago

@uppercod/normalize-indentation v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

normalize-indentation

Normalize start-of-line spaces by reducing values to eliminate additional indentation.

Install

npm install @uppercod/normalize-indentation

Usage

import normalizeIndentation from "@uppercod/normalize-indentation";

normalizeIndentation(`
    line 1
        line 1.1
        line 1.2
    line 2
        line 2.1        
`);

The script will remove the original indentation and adjust the swapping of tab and space for spaces