Fix indentation in test files

This commit is contained in:
Bruno BELANYI 2024-04-11 22:05:33 +01:00
parent 6bd28f2b6b
commit 9889191245
4 changed files with 13 additions and 15 deletions

View file

@ -1,10 +1,9 @@
/* This is a comment */ /* This is a comment */
/* <- comment // <- comment
^ comment // ^ comment
^ comment // ^ comment
*/
// And another comment // And another comment
/* <- comment // <- comment
^ comment // ^ comment
^ comment // ^ comment
*/

View file

@ -4,16 +4,16 @@ foo {}
foo () foo ()
// <- function.call // <- function.call
foo { some_module {
// <- function.call // ^ function.call
field: 12, field: 12,
// <- variable.parameter // <- variable.parameter
another_field: 27, another_field: 27,
// <- variable.parameter // <- variable.parameter
} }
foo ( some_module (
// <- function.call // ^ function.call
field = 42, field = 42,
// <- variable.parameter // <- variable.parameter
done = false, done = false,

View file

@ -1,6 +1,6 @@
foo { foo {
field: { some_field: {
// <- variable.parameter // ^ variable.parameter
key: 42, key: 42,
// <- property // <- property
}, },

View file

@ -3,7 +3,6 @@ foo (
bar = [ bar = [
//^ punctuation.bracket //^ punctuation.bracket
{ {
// <- punctuation.bracket
key: "value", key: "value",
// ^ punctuation.delimiter // ^ punctuation.delimiter
// ^ punctuation.delimiter // ^ punctuation.delimiter