Edit

kc3-lang/libtommath/astylerc

Branch :

  • Show log

    Commit

  • Author : Francois Perrad
    Date : 2017-08-30 19:07:12
    Hash : 45771cc9
    Message : format with astyle (step 1)

  • astylerc
  • # Artistic Style, see http://astyle.sourceforge.net/
    # full documentation, see: http://astyle.sourceforge.net/astyle.html
    #
    # usage:
    #       astyle --options=astylerc *.[ch]
    
    ## Bracket Style Options
    style=kr
    
    ## Tab Options
    indent=spaces=3
    
    ## Bracket Modify Options
    
    ## Indentation Options
    min-conditional-indent=0
    
    ## Padding Options
    pad-header
    unpad-paren
    align-pointer=name
    
    ## Formatting Options
    break-after-logical
    max-code-length=120
    convert-tabs
    mode=c