Skip to content

Commit 5ce61d3

Browse files
style: format code with ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format
This commit fixes the style issues introduced in 144cc60 according to the output from ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format. Details: None
1 parent 144cc60 commit 5ce61d3

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ main.tool-grid {
4343
background: white;
4444
padding: 1.5rem;
4545
border-radius: 12px;
46-
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
46+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
4747
text-align: center;
4848
transition: transform 0.2s ease;
4949
}
@@ -81,4 +81,4 @@ footer {
8181
padding: 1rem;
8282
background: #eee;
8383
font-size: 0.8rem;
84-
}
84+
}

index.html

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>All-in-One Tools</title>
7-
<link rel="stylesheet" href="css/style.css">
8-
</head>
9-
<body>
10-
<header>
11-
<h1>All-in-One Tools</h1>
12-
<p>A collection of useful tools, all in one place.</p>
13-
</header>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>All-in-One Tools</title>
7+
<link rel="stylesheet" href="css/style.css" />
8+
</head>
9+
<body>
10+
<header>
11+
<h1>All-in-One Tools</h1>
12+
<p>A collection of useful tools, all in one place.</p>
13+
</header>
1414

15-
<main class="tool-grid">
16-
<!-- First tool will appear here soon -->
17-
<div class="tool-card">
18-
<h2>Calculator</h2>
19-
<p>Perform quick calculations.</p>
20-
<a href="tools/calculator.html" class="btn">Open</a>
21-
</div>
22-
</main>
15+
<main class="tool-grid">
16+
<!-- First tool will appear here soon -->
17+
<div class="tool-card">
18+
<h2>Calculator</h2>
19+
<p>Perform quick calculations.</p>
20+
<a href="tools/calculator.html" class="btn">Open</a>
21+
</div>
22+
</main>
2323

24-
<footer>
25-
<p>Made with ❤️ by LCS</p>
26-
</footer>
27-
</body>
28-
</html>
24+
<footer>
25+
<p>Made with ❤️ by LCS</p>
26+
</footer>
27+
</body>
28+
</html>

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// For future interactivity (theme switch, search, etc.)
2-
console.log("All-in-One Tools loaded.");
2+
console.log("All-in-One Tools loaded.");

0 commit comments

Comments
 (0)