RUBY-6392 RubyMine doesn't properly handle HAML 3 syntax

This commit is contained in:
Oleg Shpynov
2010-07-23 11:54:20 +04:00
parent 78fc355e82
commit 2f7fc74c0b
@@ -120,7 +120,7 @@ public class CodeFormatterFacade {
PsiDocumentManager.getInstance(project).getDocument(file),
project, mySettings, fileType, file);
//printToConsole(rootBlock, model);
printToConsole(rootBlock, model);
FormatterEx.getInstanceEx().format(model, mySettings, mySettings.getIndentOptions(fileType), ranges);
}