From 3137c5de2906ba4c818db434a30202d7d596d439 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Tue, 27 Jan 2026 10:56:44 -0800 Subject: [PATCH] basics --- .editorconfig | 9 +++++++++ LICENSE.md | 8 ++++++++ README.md | 7 +++++++ 3 files changed, 24 insertions(+) create mode 100644 .editorconfig create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e6237fd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 +indent_style = tab +indent_size = 2 diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..5f6d663 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,8 @@ +Personal website for Andie +Copyright (C) 2025 Lee Cattarin + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License along with this program. If not, see . diff --git a/README.md b/README.md new file mode 100644 index 0000000..04384c3 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# README + +Personal website for Andie. + +## Editing in VSCode + +This project has an [`.editorconfig` file](.editorconfig). To utilize this in VSCode, install the ["Editorconfig" extension](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig).