Changes between Version 38 and Version 39 of coding_rules


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

--

Legend:

Unmodified
Added
Removed
Modified
  • coding_rules

    v38 v39  
    9292Classes, functions, and other logical blocks of code should be folded (note the exact formatting used below):
    9393{{{
     94#!matlab
    9495function foo() % {{{
    9596[...]
     
    139140Classes, functions, and other logical blocks of code should be folded (note the exact formatting used below):
    140141{{{
     142#!python
    141143def foo():  # {{{
    142144[...]