Indent Finder 1.31 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Indent Finder 1.31 (Default branch)
# 1  
Old 09-07-2008
Indent Finder 1.31 (Default branch)

Indent Finder computes the indentation being used in a source file or source tree. It can be used to correctly configure an editor or check source tree indentation consistency. License: BSD License (original) Changes:
The Vim plugin was not working. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
xmlindent(1)															      xmlindent(1)

NAME
xmlindent - XML stream reformatter SYNTAX
xmlindent [-o output file] [-i indent level] [-l max columns] [-n newline position] [-t] [-c] [-f] [-w] [-h] [-v] DESCRIPTION
XML Indent is a XML stream reformatter written in ANSI C. It is analogous to GNU indent. OPTIONS
-o output file Write indented XML to output file -i indent level Indent each level indent level spaces deeper -l max columns Wrap lines longer than max columns -t Use tabs instead of spaces -nas Suppress newline after start-tag -nae Suppress newline after end-tag -nbs Suppress newline before start-tag -nbe Suppress newline before end-tag -f Force newline on elements without children -w Overwrite original file -v Show version -h Show command line help AUTHORS
Pekka Enberg <penberg@iki.fi> Thomas Fischer <th.fischer@gmx.net> (man page) SEE ALSO
indent(1) Thomas Fischer 0.2.17 xmlindent(1)