diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ebf79a7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{ts,tsx,js,jsx}] +indent_size = 2 + +[*.json] +indent_size = 2 + +[*.yml] +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false diff --git a/README.md b/README.md index 1ddce15..ea28326 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 👨‍💻 Coding With Calvin +[![License](https://img.shields.io/github/license/CodingWithCalvin/codingwithcalvin.net?style=for-the-badge)](LICENSE) + Personal blog of Calvin Allen — software development thoughts, tutorials, and experiences. 🌐 **Live at:** [codingwithcalvin.net](https://www.codingwithcalvin.net)