npm.io
1.0.0 • Published 6 years ago

@uppercod/normalize-indentation

Licence
ISC
Version
1.0.0
Deps
0
Size
10 kB
Vulns
0
Weekly
0

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