diff --git a/.editorconfig b/.editorconfig index ad4c311..53b061a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index 10ea360..9ae2bd8 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -51,4 +51,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}