2014-02-03

jed settings for indent=4, just spaces, line numbers on, sane brace insertion

My favorite jed setting in $HOME/.jedrc
USE_TABS = 0;
LINENUMBERS = 2;
% For the following to work you _must_ comment out any c_set_style() call!
C_INDENT = 4;
C_BRACE = 0;
C_BRA_NEWLINE = 0;
C_Colon_Offset = 0;
C_CONTINUED_OFFSET = 4;
public variable C_Class_Offset = 4;

Keine Kommentare: