Explorar o código

Xcode: Indent using tabs

Gregor Jasny %!s(int64=10) %!d(string=hai) anos
pai
achega
2e0e205e28
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/cmXCodeObject.cxx

+ 1 - 1
Source/cmXCodeObject.cxx

@@ -81,7 +81,7 @@ void cmXCodeObject::Indent(int level, std::ostream& out)
 {
 {
   while(level)
   while(level)
     {
     {
-    out << "       ";
+    out << "\t";
     level--;
     level--;
     }
     }
 }
 }