Skip to content Skip to sidebar Skip to footer
Showing posts with the label Emacs

How Can I Stop Emacs From Indenting The 2nd Line Of A Javascript Comma-separated List (e.g. Array Or Json)?

Emacs indents my code like this: var myArray = [ 1, 2, 3, 4, 5,… Read more How Can I Stop Emacs From Indenting The 2nd Line Of A Javascript Comma-separated List (e.g. Array Or Json)?

How To Get Js-mode To Properly Indent Continued (compound?) Var Declarations?

If I use distinct var statements like function stretchDiv(){ var wh = $(window).height(); … Read more How To Get Js-mode To Properly Indent Continued (compound?) Var Declarations?

How Can I Stop Emacs From Indenting The 2nd Line Of A Javascript Comma-separated List (e.g. Array Or Json)?

Emacs indents my code like this: var myArray = [ 1, 2, 3, 4, 5,… Read more How Can I Stop Emacs From Indenting The 2nd Line Of A Javascript Comma-separated List (e.g. Array Or Json)?