Skip to content

Commit 1480bbe

Browse files
ZYSzysMylesBorins
authored andcommitted
chore: Add .editorconfig.
1 parent 7e6f1ad commit 1480bbe

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

src/components/mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@
176176
font-weight: 800;
177177
}
178178

179-
}
179+
}

src/pages/learn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ export const query = graphql`{
137137
}
138138
}
139139
}
140-
}`;
140+
}`;

0 commit comments

Comments
 (0)