Home | History | Annotate | Download | only in scripts

Lines Matching refs:spaces

42 Expand tabs to spaces (in addition to doing sed substitutions).
46 Unexpand spaces to tabs (in addition to doing sed substitutions).
58 Set the number of spaces per tab (default is 4) to use when expanding or
66 # and and subdirectories and also expand tabs to spaces. All source files
72 # and and subdirectories and also unexpand spaces to tabs and preview the
77 # Same as above except use 8 spaces per tab.
86 our $opt_e = 0; # Expand tabs to spaces?
90 our $opt_t = 4; # Number of spaces per tab?
91 our $opt_u = 0; # Unexpand spaces to tabs?
98 '\s+$' => "\n", # Get rid of spaces at the end of a line
99 '^\s+$' => "\n", # Get rid spaces on lines that are all spaces
115 # Set the number of spaces per tab for expand/unexpand