mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RUBY-6392 RubyMine doesn't properly handle HAML 3 syntax
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user