Linux indent命令

Linux 命令大全 Linux 命令大全

Linux indent命令用于調(diào)整C原始代碼文件的格式。

indent可辨識C的原始代碼文件,并加以格式化,以方便程序設(shè)計師閱讀。

語法

indent [參數(shù)][源文件] 或 indent [參數(shù)][源文件][-o 目標(biāo)文件]

參數(shù)

  • -bad或--blank-lines-after-declarations  在聲明區(qū)段或加上空白行。
  • -bap或--blank-lines-after-procedures  在程序或加上空白行。
  • -bbb或--blank-lines-after-block-comments  在注釋區(qū)段后加上空白行。
  • -bc或--blank-lines-after-commas  在聲明區(qū)段中,若出現(xiàn)逗號即換行。
  • -bl或--braces-after-if-line  if(或是else,for等等)與后面執(zhí)行區(qū)段的"{"不同行,且"}"自成一行。
  • -bli<縮排格數(shù)>或--brace-indent<縮排格數(shù)>  設(shè)置{ }縮排的格數(shù)。
  • -br或--braces-on-if-line  if(或是else,for等等)與后面執(zhí)行跛段的"{"不同行,且"}"自成一行。
  • -bs或--blank-before-sizeof  在sizeof之后空一格。
  • -c<欄數(shù)>或--comment-indentation<欄數(shù)>  將注釋置于程序碼右側(cè)指定的欄位。
  • -cd<欄數(shù)>或--declaration-comment-column<欄數(shù)>  將注釋置于聲明右側(cè)指定的欄位。
  • -cdb或--comment-delimiters-on-blank-lines  注釋符號自成一行。
  • -ce或--cuddle-else  將else置于"}"(if執(zhí)行區(qū)段的結(jié)尾)之后。
  • -ci<縮排格數(shù)>或--continuation-indentation<縮排格數(shù)>  敘述過長而換行時,指定換行后縮排的格數(shù)。
  • -cli<縮排格數(shù)>或--case-indentation-<縮排格數(shù)>  使用case時,switch縮排的格數(shù)。
  • -cp<欄數(shù)>或-else-endif-column<欄數(shù)>  將注釋置于else與elseif敘述右側(cè)定的欄位。
  • -cs或--space-after-cast  在cast之后空一格。
  • -d<縮排格數(shù)>或-line-comments-indentation<縮排格數(shù)>  針對不是放在程序碼右側(cè)的注釋,設(shè)置其縮排格數(shù)。
  • -di<欄數(shù)>或--declaration-indentation<欄數(shù)>  將聲明區(qū)段的變量置于指定的欄位。
  • -fc1或--format-first-column-comments  針對放在每行最前端的注釋,設(shè)置其格式。
  • -fca或--format-all-comments  設(shè)置所有注釋的格式。
  • -gnu或--gnu-style  指定使用GNU的格式,此為預(yù)設(shè)值。
  • -i<格數(shù)>或--indent-level<格數(shù)>  設(shè)置縮排的格數(shù)。
  • -ip<格數(shù)>或--parameter-indentation<格數(shù)>  設(shè)置參數(shù)的縮排格數(shù)。
  • -kr或--k-and-r-style  指定使用Kernighan&Ritchie的格式。
  • -lp或--continue-at-parentheses  敘述過長而換行,且敘述中包含了括弧時,將括弧中的每行起始欄位內(nèi)容垂直對其排列。
  • -nbad或--no-blank-lines-after-declarations  在聲明區(qū)段后不要加上空白行。
  • -nbap或--no-blank-lines-after-procedures  在程序后不要加上空白行。
  • -nbbb或--no-blank-lines-after-block-comments  在注釋區(qū)段后不要加上空白行。
  • -nbc或--no-blank-lines-after-commas  在聲明區(qū)段中,即使出現(xiàn)逗號,仍舊不要換行。
  • -ncdb或--no-comment-delimiters-on-blank-lines  注釋符號不要自成一行。
  • -nce或--dont-cuddle-else  不要將else置于"}"之后。
  • -ncs或--no-space-after-casts  不要在cast之后空一格。
  • -nfc1或--dont-format-first-column-comments  不要格式化放在每行最前端的注釋。
  • -nfca或--dont-format-comments  不要格式化任何的注釋。
  • -nip或--no-parameter-indentation  參數(shù)不要縮排。
  • -nlp或--dont-line-up-parentheses  敘述過長而換行,且敘述中包含了括弧時,不用將括弧中的每行起始欄位垂直對其排列。
  • -npcs或--no-space-after-function-call-names  在調(diào)用的函數(shù)名稱之后,不要加上空格。
  • -npro或--ignore-profile  不要讀取indent的配置文件.indent.pro。
  • -npsl或--dont-break-procedure-type  程序類型與程序名稱放在同一行。
  • -nsc或--dont-star-comments  注解左側(cè)不要加上星號(*)。
  • -nsob或--leave-optional-semicolon  不用處理多余的空白行。
  • -nss或--dont-space-special-semicolon  若for或while區(qū)段僅有一行時,在分號前不加上空格。
  • -nv或--no-verbosity  不顯示詳細的信息。
  • -orig或--original  使用Berkeley的格式。
  • -pcs或--space-after-procedure-calls  在調(diào)用的函數(shù)名稱與"{"之間加上空格。
  • -psl或--procnames-start-lines  程序類型置于程序名稱的前一行。
  • -sc或--start-left-side-of-comments  在每行注釋左側(cè)加上星號(*)。
  • -sob或--swallow-optional-blank-lines  刪除多余的空白行。
  • -ss或--space-special-semicolon  若for或swile區(qū)段今有一行時,在分號前加上空格。
  • -st或--standard-output  將結(jié)果顯示在標(biāo)準(zhǔn)輸出設(shè)備。
  • -T  數(shù)據(jù)類型名稱縮排。
  • -ts<格數(shù)>或--tab-size<格數(shù)>  設(shè)置tab的長度。
  • -v或--verbose  執(zhí)行時顯示詳細的信息。
  • -version  顯示版本信息。

Indent代碼格式化說明

使用的indent參數(shù) 含義
--blank-lines-after-declarations bad 變量聲明后加空行
--blank-lines-after-procedures bap 函數(shù)結(jié)束后加空行
--blank-lines-before-block-comments bbb 塊注釋前加空行
--break-before-boolean-operator bbo 較長的行,在邏輯運算符前分行
--blank-lines-after-commas nbc 變量聲明中,逗號分隔的變量不分行
--braces-after-if-line bl "if"和"{"分做兩行
--brace-indent 0 bli0 "{"不繼續(xù)縮進
--braces-after-struct-decl-line bls 定義結(jié)構(gòu),"struct"和"{"分行
--comment-indentationn c33 語句后注釋開始于行33
--declaration-comment-columnn cd33 變量聲明后注釋開始于行33
--comment-delimiters-on-blank-lines ncdb 不將單行注釋變?yōu)閴K注釋
--cuddle-do-while ncdw "do --- while"的"while"和其前面的"}"另起一行
--cuddle-else nce "else"和其前面的"}"另起一行
--case-indentation 0 cli0 switch中的case語句所進0個空格
--else-endif-columnn cp33 #else, #endif后面的注釋開始于行33
--space-after-cast cs 在類型轉(zhuǎn)換后面加空格
--line-comments-indentation n d0 單行注釋(不從1列開始的),不向左縮進
--break-function-decl-args nbfda 關(guān)閉:函數(shù)的參數(shù)一個一行
--declaration-indentationn di2 變量聲明,變量開始于2行,即不必對齊
--format-first-column-comments nfc1 不格式化起于第一行的注釋
--format-all-comments nfca 不開啟全部格式化注釋的開關(guān)
--honour-newlines hnl Prefer to break long lines at the position of newlines in the input.
--indent-leveln i4 設(shè)置縮進多少字符,如果為tab的整數(shù)倍,用tab來縮進,否則用空格填充。
--parameter-indentationn ip5 舊風(fēng)格的函數(shù)定義中參數(shù)說明縮進5個空格
--line-length 75 l75 非注釋行最長75
--continue-at-parentheses lp 續(xù)行從上一行出現(xiàn)的括號開始
--space-after-procedure-calls pcs 函數(shù)和"("之間插入一個空格
--space-after-parentheses nprs 在"("后")"前不插入空格
--procnames-start-lines psl 將函數(shù)名和返回類型放在兩行定義
--space-after-for saf for后面有空格
--space-after-if sai if后面有空格
--space-after-while saw while后面有空格
--start-left-side-of-comments nsc 不在生成的塊注釋中加*
--swallow-optional-blank-lines nsob 不去掉可添加的空行
--space-special-semicolon nss 一行的for或while語句,在";"前不加空。
--tab-size ts4 一個tab為4個空格(要能整除"-in")
--use-tabs ut 使用tab來縮進

Linux 命令大全 Linux 命令大全