Skip to content

Commit 3c7e89b

Browse files
authored
.
1 parent 73a7ea3 commit 3c7e89b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ insert_final_newline = false
2929

3030
[*.bat]
3131
indent_style = tab
32+
33+
[LICENSE]
34+
indent_size = 2

.readthedocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ build:
99
python: "3"
1010

1111
python:
12-
install:
13-
- method: pip
14-
path: .
15-
extra_requirements:
16-
- docs
12+
install:
13+
- method: pip
14+
path: .
15+
extra_requirements:
16+
- docs
1717

1818
formats:
1919
- epub

0 commit comments

Comments
 (0)