Searched refs:getDefaultFormatCodeSettings (Results 1 – 12 of 12) sorted by relevance
960 export function getDefaultFormatCodeSettings(newLineCharacter?: string): FormatCodeSettings { function987 export const testFormatSettings = getDefaultFormatCodeSettings("\n");
546 this.formatSettings = getDefaultFormatCodeSettings(this.host.newLine);
827 formatCodeOptions: getDefaultFormatCodeSettings(this.host.newLine),
5986 function getDefaultFormatCodeSettings(newLineCharacter?: string): FormatCodeSettings; function
115538 function getDefaultFormatCodeSettings(newLineCharacter) { function115563 ts.getDefaultFormatCodeSettings = getDefaultFormatCodeSettings;115565 ts.testFormatSettings = getDefaultFormatCodeSettings("\n");153706 this.formatSettings = ts.getDefaultFormatCodeSettings(this.host.newLine);156317 formatCodeOptions: ts.getDefaultFormatCodeSettings(this.host.newLine),
114969 function getDefaultFormatCodeSettings(newLineCharacter) { function114994 ts.getDefaultFormatCodeSettings = getDefaultFormatCodeSettings;114996 ts.testFormatSettings = getDefaultFormatCodeSettings("\n");153512 this.formatSettings = ts.getDefaultFormatCodeSettings(this.host.newLine);156123 formatCodeOptions: ts.getDefaultFormatCodeSettings(this.host.newLine),
115538 function getDefaultFormatCodeSettings(newLineCharacter) { function115563 ts.getDefaultFormatCodeSettings = getDefaultFormatCodeSettings;115565 ts.testFormatSettings = getDefaultFormatCodeSettings("\n");
6229 function getDefaultFormatCodeSettings(newLineCharacter?: string): FormatCodeSettings; function