Changes between Version 3 and Version 4 of doc/tec/developerrules/palmstandard


Ignore:
Timestamp:
Nov 2, 2018 6:42:42 PM (6 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/developerrules/palmstandard

    v3 v4  
    33
    44== General ==
    5 * Only ASCII characters allowed ('''no:''' °, ^2^, µ, etc.)
     5* Only ASCII characters allowed
    66* Line length limit: 80 (soft) | 120 (hard)
    77*
    88
    9 == Indenting & spaces ==
     9== Indenting, spaces & alignment ==
    1010=== General module structure ===
    1111{{{
    12 #!div style="align:'left'; width: 500px; border: 0px solid; float:right"
    13 [[Image(rules_indent_general.png, 500px, right, margin-right=2, margin-top=0, border=0)]]\\
     12#!div style="align:'left'; width: 400px; border: 0px solid; float:right"
     13[[Image(rules_indent_general.png, 400px, right, margin-right=2, margin-top=0, border=0)]]\\
    1414Indention example with highlighted whitespaces. Click to enlarge.
    1515}}}
     
    2121* '''1 whitespace''' between individual strings
    2222* '''1 whitespace''' after ''','''
    23 * '''1 whitespace''' before '''::'''
     23* '''1 whitespace''' before '''::''' \\(at minimum, see Sect. [#align Alignment])
    2424* '''2 whitespace''' after ''':'''
    2525
     
    2727=== Whitespaces between brackets ===
    2828* '''0 whitespace''' between string and '''('''
    29 * '''1 whitespace''' after '''(''' and before ''')'''
     29* '''1 whitespace''' after '''(''' and before ''')'''\\(only exception: '''0 whitespace''' in declaration statements)
     30
     31=== Alignment ===
     32* Linebreaks
     33* ONLY lists
    3034
    3135\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\