mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-12-29 12:18:33 +01:00
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:
parent
4e7e28335f
commit
b681c0c0d8
2 changed files with 8 additions and 0 deletions
6
.editorconfig
Normal file
6
.editorconfig
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue