timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.64k stars 2.01k forks source link

feat: Add .editorconfig to ensure consistent line endings #859

Open Fanlu91 opened 7 months ago

Fanlu91 commented 7 months ago

Add .editorconfig to ensure consistent line endings

This commit introduces an .editorconfig file at the root of the project to enforce consistent line endings across different operating systems and editors. It specifies LF (Unix-style) line endings for all files, ensuring a uniform development environment and preventing line-ending discrepancies that can lead to linting errors and merge conflicts. This change aims to enhance cross-platform compatibility and developer collaboration.

vercel[bot] commented 7 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @timlrx on Vercel.

@timlrx first needs to authorize it.