From 866ead7d8118f47f5ee6a6ad5058d2757e7d52b0 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Sun, 4 Jan 2026 16:17:17 -0500 Subject: [PATCH] chore: add editorconfig and license badge --- .editorconfig | 21 +++++++++++++++++++++ README.md | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 .editorconfig 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)