Kauker, Hubert wrote: > is it possible to set tab width and indentation for different file types > individually? For example: > > ini, dat, txt - 0 > js, java - 2 > css, html, xml - 4 > haskell, python - 8
For me, the following works just fine (using Scite 1.67): tab.size.*.rb=2 indent.size.*.rb=2 This changes tab indent for Ruby files to the equivalent of two spaces (seems to be the common tab width in the Ruby world). -- Sebastian _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
