Open 3timeslazy opened 2 weeks ago
The PR introduces new --indent flag. The flag's value follows the pattern {number}{t | s}, where
--indent
{number}{t | s}
Examples:
alejandra -i 4 file.nix
alejandra -i 4s file.nix
alejandra --indent 1t
Addresses: https://github.com/kamadorueda/alejandra/issues/415
The flag above is my proposal, but I’m open to any alternatives :)
The PR introduces new
--indent
flag. The flag's value follows the pattern{number}{t | s}
, whereExamples:
alejandra -i 4 file.nix
oralejandra -i 4s file.nix
alejandra --indent 1t
Addresses: https://github.com/kamadorueda/alejandra/issues/415
The flag above is my proposal, but I’m open to any alternatives :)