Conf / ini Emacs Attachment Files

so here is my problem: .conf (e.g. smb.conf and xorg.conf) should look something like this:

[some-header] somevar = someval othervar = otherval [other header] opt1 = pref1 opt2 = pref2 

what emacs basically does when the "indent-region" is something like this (depending on the current indent)

  [some-header] somevar = someval othervar = otherval [other header] opt1 = pref1 opt2 = pref2 

how can i fix this?

+4
source share

All Articles