More parts of #125422

This commit is contained in:
Logan Ramos
2021-07-09 15:40:02 -04:00
parent c9b312035a
commit a08a485a91
11 changed files with 18 additions and 18 deletions

View File

@@ -46,7 +46,7 @@ class UserDataSyncUtilService implements IUserDataSyncUtilService {
}
return {
eol: this.textResourcePropertiesService.getEOL(resource),
insertSpaces: this.textResourceConfigurationService.getValue<boolean>(resource, 'editor.insertSpaces'),
insertSpaces: !!this.textResourceConfigurationService.getValue(resource, 'editor.insertSpaces'),
tabSize: this.textResourceConfigurationService.getValue(resource, 'editor.tabSize')
};
}