chore: pre-commit hooks

This commit is contained in:
2024-08-26 20:18:28 -03:00
parent c6824a99df
commit fb693bb221
289 changed files with 339 additions and 309 deletions

View File

@ -10,7 +10,7 @@ class 𝐨𝐩𝐭𝐢𝐨𝐧𝐬 final {
爴:
int a = 𝐨𝐩𝐭𝐢𝐨𝐧::hello();
};
static 𝐨𝐩𝐭𝐢𝐨𝐧𝐬 𝔡𝔢𝔣𝔞𝔲𝔩𝔱;
static 𝐨𝐩𝐭𝐢𝐨𝐧𝐬 𝔢𝔵𝔠𝔢𝔭𝔱𝔦𝔬𝔫𝔰;
};

View File

@ -1,7 +1,7 @@
Space around line break before macro is valid C, but failed to parse previously.
---input---
foo();
foo();
#define FOO 0
---tokens---

View File

@ -1,10 +1,10 @@
---input---
.target-img {
position: absolute;
top: 25%;
left: 50%;
position: absolute;
top: 25%;
left: 50%;
transform: translate(-50%, -50%);
}
}
---tokens---
'.' Punctuation

View File

@ -10,7 +10,7 @@ public class Quine {
}
}
""";
---tokens---
'\t ' Text.Whitespace

View File

@ -1,5 +1,5 @@
---input---
val (a, b) =
val (a, b) =
---tokens---
'val' Keyword.Declaration

View File

@ -9,7 +9,7 @@
#
# Selects data inside the database and copies to rx.playerdb:io player
# See #api/v2/select for more info..
#
#
#* Note: something, something, this is important..
# Normal Comment

View File

@ -11,7 +11,7 @@ execute
positioned ^ ^ ^-1 # and move one block back.
if entity @s[distance=..0.6] # Check if we're close to the
# player's feet.
run
run
say "I'm facing the target!"
---tokens---

View File

@ -1,6 +1,6 @@
---input---
init {
if
if
:: skip;
fi;
skip

View File

@ -5,7 +5,7 @@
availability_zones = [aws_instance.web.availability_zone]
assume_role_policy = data.aws_iam_policy_document.trust.json
policy_arn = aws_iam_policy.assume_roles[0].arn
value = file("path.txt")
value = jsonencode(element("value"))

View File

@ -8,7 +8,7 @@
*/
provider "azurerm" { # (1)
features {}
}
}
---tokens---
'# Single line comment\n' Comment.Single

View File

@ -1,5 +1,5 @@
---input---
HTTP/1.1 200
HTTP/1.1 200
---tokens---
'HTTP' Keyword.Reserved

View File

@ -1,6 +1,6 @@
---input---
```More than
one backtick
```More than
one backtick
can be used
```