Attachment 'astyle.cfg'

Download

   1 #style file for the astyle code beautyfier
   2 #indent with 4 spaces
   3 indent=spaces=4
   4 # format the class/struct layout
   5 indent-classes
   6 # convert tabs into 4 white spaces
   7 convert-tabs
   8 # maximal value of indentation before a line is broken
   9 max-instatement-indent=80
  10 # remove spaces around and insides parentheses
  11 unpad-paren
  12 # add spaces around arithmetic operators
  13 pad-oper
  14 # show the pointer symbol where it's supposed to be -- at the type!  -- seems broken
  15 --align-pointer=type
  16 # break brackets over multiple lines
  17 #bracket=bsd
  18 --style=break
  19 # align blocks with indentation
  20 indent-switches
  21 # indent comments on line 1 -- seems broken
  22 --indent-col1-comments
  23 verbose

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2015-08-17 15:16:52, 0.6 KB) [[attachment:astyle.cfg]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.