update editorconfig

This commit is contained in:
DefectingCat
2023-06-07 11:01:19 +08:00
parent e446d7ccd3
commit 56fed3cf38
2 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,3 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
@ -9,4 +6,4 @@ indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
insert_final_newline = true

View File

@ -51,4 +51,4 @@ export default function RootLayout({
</body>
</html>
);
}
}