clang-format-3.9(1)


NAME

   clang-format - manual page for clang-format 3.9

DESCRIPTION

   OVERVIEW:  A  tool to format C/C++/Java/JavaScript/Objective-C/Protobuf
   code.

   If no arguments are specified, it formats the code from standard  input
   and writes the result to the standard output.  If <file>s are given, it
   reformats the files. If -i is  specified  together  with  <file>s,  the
   files  are  edited  in-place.  Otherwise,  the result is written to the
   standard output.

   USAGE: clang-format [subcommand] [options] [<file> ...]

   OPTIONS:

   Clang-format options:

   -assume-filename=<string>  -  When  reading  from  stdin,  clang-format
   assumes this
          filename  to look for a style config file (with -style=file) and
          to determine the language.

   -cursor=<uint>            - The position of the cursor when invoking
          clang-format from an editor integration

   -dump-config              - Dump configuration options  to  stdout  and
   exit.
          Can be used with -style option.

   -fallback-style=<string>  - The name of the predefined style used as a
          fallback  in  case clang-format is invoked with -style=file, but
          can   not   find   the   .clang-format   file   to   use.    Use
          -fallback-style=none to skip formatting.

   -i                        - Inplace edit <file>s, if specified.

   -length=<uint>            - Format a range of this length (in bytes).
          Multiple  ranges  can be formatted by specifying several -offset
          and -length pairs.  When only  a  single  -offset  is  specified
          without  -length,  clang-format will format up to the end of the
          file.  Can only be used with one input file.

   -lines=<string>           - <start line>:<end line> - format a range of
          lines (both 1-based).   Multiple  ranges  can  be  formatted  by
          specifying several -lines arguments.  Can't be used with -offset
          and -length.  Can only be used with one input file.

   -offset=<uint>            -  Format  a  range  starting  at  this  byte
   offset.
          Multiple  ranges  can be formatted by specifying several -offset
          and -length pairs.  Can only be used with one input file.

   -output-replacements-xml  - Output replacements as XML.

   -sort-includes            -  If  set,  overrides  the  include  sorting
          behavior determined by the SortIncludes style flag

   -style=<string>           - Coding style, currently supports:
          LLVM, Google, Chromium, Mozilla, WebKit.

   Use -style=file to load style configuration from
          .clang-format  file  located in one of the parent directories of
          the  source  file  (or  current  directory  for   stdin).    Use
          -style="{key: value, ...}" to set specific parameters, e.g.:

          -style="{BasedOnStyle: llvm, IndentWidth: 8}"

   Generic Options:

   -help                     - Display available options (-help-hidden for
          more)

   -help-list                 -  Display   list   of   available   options
          (-help-list-hidden for more)

   -version                  - Display the version of this program

SEE ALSO

   The  full  documentation  for  clang-format  is maintained as a Texinfo
   manual.  If the info and clang-format programs are  properly  installed
   at your site, the command

          info clang-format

   should give you access to the complete manual.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.