Applied consistent code formatting across the project using Prettier, now configured to use 4-space indentation instead of tabs.
Updated .prettierrc to set 'useTabs' to false and 'tabWidth' to 4, ensuring that Prettier formats code with 4-space indentation instead of tabs, as per user preference.