mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-12-29 12:18:33 +01:00
Merge pull request #199 from glyn/editorconfig
Standardise editor options
This commit is contained in:
commit
4a159a818f
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
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue