Searched refs:getDefaultFormatCodeSettings (Results 1 – 8 of 8) sorted by relevance
1032 export function getDefaultFormatCodeSettings(newLineCharacter?: string): FormatCodeSettings { function1059 export const testFormatSettings = getDefaultFormatCodeSettings("\n");
556 this.formatSettings = getDefaultFormatCodeSettings(this.host.newLine);
869 formatCodeOptions: getDefaultFormatCodeSettings(this.host.newLine),
6786 function getDefaultFormatCodeSettings(newLineCharacter?: string): FormatCodeSettings; function