嵌入式系统与单片机|技术阅读
登录|注册

您现在的位置是:嵌入式系统与单片机 > 资源下载 > Applet > Predefined Style options define the style by setting several other options. If other options are als

Predefined Style options define the style by setting several other options. If other options are als

  • 资源大小:13 K
  • 上传时间: 2024-02-07
  • 上传用户:johnsoncc
  • 资源积分:2 下载积分
  • 标      签: options other Predefined setting

资 源 简 介

Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed last, the predefined style will override the other options. For example the style --style=ansi sets the option --brackets=break . If the command line specifies "--style=ansi --brackets=attach", the brackets will be attached and the style will not be ansi style. If the order on the command line is reversed to "--brackets=attach --style=ansi ", the brackets will be broken (ansi style) and the attach option will be ignored. For the options set by each style check the parseOption function in astyle_main.cpp

相 关 资 源