From b681c0c0d8cb76c90cefcbfa360499b7c5fc7a6c Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Wed, 26 Nov 2025 11:54:10 +0000 Subject: [PATCH] Standardise editor options This was motivated by @fiskhandlarn's comment: https://github.com/ai-robots-txt/ai.robots.txt/pull/195#issuecomment-3576331322 --- .editorconfig | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..589f816 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/README.md b/README.md index 00aff96..0753f0c 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ You can run the tests by [installing](https://www.python.org/about/gettingstarte code/tests.py ``` +The `.editorconfig` file provides standard editor options for this project. See [EditorConfig](https://editorconfig.org/) for more information. + ## Releasing Admins may ship a new release `v1.n` (where `n` increments the minor version of the current release) as follows: