Fix editorconfig-checker errors

This commit is contained in:
Marco Ferrari 2020-11-06 23:18:48 +01:00
parent b7e5dfce01
commit 4b92c25a4b
17 changed files with 81 additions and 79 deletions

View file

@ -1,15 +1,15 @@
{
"Resources" : {
"myDNSRecord" : {
"Type" : "AWS::Route53::RecordSet",
"Properties" : {
"HostedZoneId" : "Z8VLZEXAMPLE",
"Name" : "test.example.com",
"ResourceRecords" : [
"Resources": {
"myDNSRecord": {
"Type": "AWS::Route53::RecordSet",
"Properties": {
"HostedZoneId": "Z8VLZEXAMPLE",
"Name": "test.example.com",
"ResourceRecords": [
"192.0.2.99"
],
"TTL" : 300,
"Type" : "A"
"TTL": 300,
"Type": "A"
}
}
}

View file

@ -1,10 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
</head>
<body>
Good HTML!
</body>
</body>
</html>

View file

@ -11,4 +11,3 @@ function BadFunction {
'Empty Catch Block'
} catch {}
}