Standardise editor options

This was motivated by @fiskhandlarn's comment:
https://github.com/ai-robots-txt/ai.robots.txt/pull/195#issuecomment-3576331322
This commit is contained in:
Glyn Normington 2025-11-26 11:54:10 +00:00
commit b681c0c0d8
2 changed files with 8 additions and 0 deletions

6
.editorconfig Normal file
View file

@ -0,0 +1,6 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

View file

@ -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: