X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=misc%2Findent.pro;fp=misc%2Findent.pro;h=0000000000000000000000000000000000000000;hb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;hp=14cf385a1cf77e703e5bd6a22ef5dda317af71d5;hpb=a8987e73ec254703634802b4f7ee30d3a485524d;p=ncurses.git diff --git a/misc/indent.pro b/misc/indent.pro deleted file mode 100644 index 14cf385a..00000000 --- a/misc/indent.pro +++ /dev/null @@ -1,35 +0,0 @@ -/* Use this with indent 2.0 (2.1 is not acceptable, since it has more bugs) */ -/* indent 4 columns */ --i4 -/* tab stops every 8 columns */ --ts8 -/* cuddle 'else' */ --ce -/* force blank lines after procedure body */ --bap -/* do not force newline after comma in declaration */ --nbc -/* do not force blank line after declarations */ --nbad -/* format braces inline */ --br -/* do not line up parentheses */ --lp -/* put the type of a procedure on the line before its name */ --psl -/* do not insert a space between procedure name and '(' */ --npcs -/* leave preprocessor space */ --lps -/* swallow optional blank lines */ --sob -/* continuation indent of 0 spaces */ --ci0 -/* force space before semicolon on same line */ --ss - -/* for vile */ --T size_t --T LINE --T BUFFER --T WINDOW