Merge pull request #199 from glyn/editorconfig

Standardise editor options
This commit is contained in:
Glyn Normington 2025-11-27 13:54:03 +00:00 committed by GitHub
commit 4a159a818f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

@ -58,6 +58,8 @@ and then issuing:
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: