Changes between Version 7 and Version 8 of Writing Rules/General


Ignore:
Timestamp:
Jan 15, 2013, 1:49:12 PM (11 years ago)
Author:
meunier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/General

    v7 v8  
    142142 * Every file must contain at its end an epilogue specifying some indentation parameters for vim and emacs. This epilogue must be:
    143143{{{
     144/*
    144145# Local Variables:
    145146# tab-width: 4;
     
    150151#
    151152# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
     153*/
    152154}}}
    153155