Changes between Version 39 and Version 40 of coding_rules


Ignore:
Timestamp:
06/11/21 14:53:17 (4 years ago)
Author:
jdquinn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • coding_rules

    v39 v40  
    9494#!matlab
    9595function foo() % {{{
    96 [...]
     96...
    9797end % }}}
    9898}}}
     
    142142#!python
    143143def foo():  # {{{
    144 [...]
     144...
    145145# }}}
    146146}}}