Index: /trunk/VSlickMacros/kdev.e
===================================================================
--- /trunk/VSlickMacros/kdev.e	(revision 2587)
+++ /trunk/VSlickMacros/kdev.e	(revision 2588)
@@ -3330,6 +3330,6 @@
 }
 
-static _str aCLikeIncs[] = 
-{ 
+static _str aCLikeIncs[] =
+{
     "c", "ansic", "java", "rul", "vera", "ch", "as", "idl", "asm", "s", "imakefile", "rc", "lex", "yacc", "antlr"
 };
@@ -3337,39 +3337,39 @@
 static _str aMyLangIds[] =
 {
-    "ansic", 
-    "antlr", 
-    "as", 
-    "asm", 
-    "c", 
-    "csh", 
-    "css", 
-    "ch", 
-    "conf", 
-    "d", 
-    "docbook", 
-    "dtd", 
-    "html", 
-    "idl", 
-    "imakefile", 
-    "ini", 
-    "java", 
-    "js", 
-    "lex", 
-    "mak", 
-    "masm", 
-    "phpscript", 
-    "powershell", 
+    "ansic",
+    "antlr",
+    "as",
+    "asm",
+    "c",
+    "csh",
+    "css",
+    "ch",
+    "conf",
+    "d",
+    "docbook",
+    "dtd",
+    "html",
+    "idl",
+    "imakefile",
+    "ini",
+    "java",
+    "js",
+    "lex",
+    "mak",
+    "masm",
+    "phpscript",
+    "powershell",
     "py",
     "rexx",
-    "rc", 
-    "rul", 
-    "tcl", 
-    "s", 
-    "unixasm", 
-    "vbs", 
-    "xhtml", 
-    "xml", 
-    "xmldoc", 
-    "xsd", 
+    "rc",
+    "rul",
+    "tcl",
+    "s",
+    "unixasm",
+    "vbs",
+    "xhtml",
+    "xml",
+    "xmldoc",
+    "xsd",
     "yacc"
 };
@@ -3385,5 +3385,5 @@
 _command void kdev_load_settings()
 {
-    typeless nt1; 
+    typeless nt1;
     typeless nt2;
     typeless nt3;
@@ -3492,4 +3492,6 @@
         LanguageSettings.setUseAdaptiveFormatting(sLangId,   true);
         LanguageSettings.setSaveStripTrailingSpaces(sLangId, STSO_STRIP_MODIFIED);
+        LanguageSettings.setTabs(sLangId, "8+");
+        LanguageSettings.setSyntaxIndent(sLangId, 4);
 
         /* C/C++ setup, wrap at column 80 not 64. */
@@ -3508,4 +3510,5 @@
     LanguageSettings.setIndentWithTabs('mak', true);
     LanguageSettings.setLexerName('mak', 'kmk');
+    LanguageSettings.setSyntaxIndent('mak', 8);
 
     /* Fix .asm and add .mac and .kmk. */
