mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[xtext] Setting default indentation to TAB (fixing tests)
This commit is contained in:
parent
e5d19a63e8
commit
c5fa4dd22b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public interface IIndentationInformation {
|
|||
*/
|
||||
class Default implements IIndentationInformation{
|
||||
public String getIndentString() {
|
||||
return " ";
|
||||
return "\t";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue