Define printWidth at 100

This commit is contained in:
Alex Dima 2020-09-19 01:28:33 +02:00
parent 078ee54715
commit bce6fe83af
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
81 changed files with 290 additions and 1156 deletions

View file

@ -205,8 +205,7 @@ testTokenization('csharp', [
tokens: [{ startIndex: 0, type: '' }]
},
{
line:
' string someString = $"hello{outside+variable}the string again {{ escaped";',
line: ' string someString = $"hello{outside+variable}the string again {{ escaped";',
tokens: [
{ startIndex: 0, type: '' },
{ startIndex: 3, type: 'keyword.string.cs' },
@ -425,8 +424,7 @@ testTokenization('csharp', [
// Keywords
[
{
line:
'namespace VS { class Program { static void Main(string[] args) {} } }',
line: 'namespace VS { class Program { static void Main(string[] args) {} } }',
tokens: [
{ startIndex: 0, type: 'keyword.namespace.cs' },
{ startIndex: 9, type: '' },