Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 267 Bytes

File metadata and controls

12 lines (7 loc) · 267 Bytes

Unindenter

A basic CLI tool written in C++ that allows you to un-indent all the lines in a file.

Youtube Video explaining the development: https://www.youtube.com/watch?v=rU8g4Y2YIdk

Usage

unindenter -f <filename> -i <number of spaces to un-indent>