mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Xcode: Indent using tabs
This commit is contained in:
@@ -81,7 +81,7 @@ void cmXCodeObject::Indent(int level, std::ostream& out)
|
||||
{
|
||||
while(level)
|
||||
{
|
||||
out << " ";
|
||||
out << "\t";
|
||||
level--;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user