accept tabs as whitespace
This commit is contained in:
@@ -15,6 +15,26 @@ nix-shell shebang whitespace
|
||||
#! /usr/bin/env nix-shell
|
||||
---
|
||||
|
||||
(source_file
|
||||
(first_line))
|
||||
|
||||
==================
|
||||
nix-shell shebang tab
|
||||
==================
|
||||
|
||||
#! /usr/bin/env nix-shell
|
||||
---
|
||||
|
||||
(source_file
|
||||
(first_line))
|
||||
|
||||
==================
|
||||
nix-shell shebang tabs and spaces
|
||||
==================
|
||||
|
||||
#! /usr/bin/env nix-shell
|
||||
---
|
||||
|
||||
(source_file
|
||||
(first_line))
|
||||
|
||||
|
Reference in New Issue
Block a user