mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
Nindent: add back the -nut option
NASM is developed under a bunch on environments, to tabs aren't the best choice. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
8bb4c6dafa
commit
57fd9c2142
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
PARAM="-npro -kr -i4 -ts8 -sob -l80 -ss -ncs -cp1"
|
||||
PARAM="-npro -kr -i4 -ts8 -nut -sob -l80 -ss -ncs -cp1"
|
||||
RES=`indent --version`
|
||||
V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
|
||||
V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2`
|
||||
|
Loading…
Reference in New Issue
Block a user