Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of NevilleDNZ

NevilleDNZ

NevilleDNZ has asked 8 questions and find answers to 1 problems.

Stats

59
EtPoint
5
Vote count
8
questions
1
answers

About

To download Linux's Algol68 Compiler, Interpreter & Runtime:

  • http://sourceforge.net/projects/algol68/files

INDENT(1L)

NAME
indent - changes the appearance of a C program by inserting or deleting whitespace and curly brackets.

SYNOPSIS
indent [options] [input-files]
indent [options] [single-input-file] [-o output-file]
indent --version

DESCRIPTION
The indent program can be used to make code easier to read. It can also convert from one style of writing C to another.

OPTIONS
-bad, --blank-lines-after-declarations Force blank lines after the declarations.

-bap, --blank-lines-after-procedures Force blank lines after procedure bodies.

-bbb, --blank-lines-before-block-comments Force blank lines before block comments.

-bbo, --break-before-boolean-operator Prefer to break long lines before boolean operators.

-bournegol, --get-rid-of-those-nasty-curly-brackets