85868788899091
return GENERAL_EXAMPLE; } @Override public IndentOptionsEditor getIndentOptionsEditor() { return new SmartIndentOptionsEditor(); }
31323334353637
return BLANK_LINES_CODE_SAMPLE; } @Override public IndentOptionsEditor getIndentOptionsEditor() { return new SmartIndentOptionsEditor(); }
32333435363738
" Scenario: Reformat Cucumber file\n"; } @Override public IndentOptionsEditor getIndentOptionsEditor() { return new SmartIndentOptionsEditor(); }
47484950515253
22232425262728
public FileType getFileType() { return ClojureFileType.CLOJURE_FILE_TYPE; } public IndentOptionsEditor createOptionsEditor() { return new SmartIndentOptionsEditor(); }
84858687888990
return CODE_SAMPLE; } @Override public IndentOptionsEditor getIndentOptionsEditor() { return new SmartIndentOptionsEditor(); }