We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a7ea3 commit 3c7e89bCopy full SHA for 3c7e89b
2 files changed
.editorconfig
@@ -29,3 +29,6 @@ insert_final_newline = false
29
30
[*.bat]
31
indent_style = tab
32
+
33
+[LICENSE]
34
+indent_size = 2
.readthedocs.yml
@@ -9,11 +9,11 @@ build:
9
python: "3"
10
11
python:
12
- install:
13
- - method: pip
14
- path: .
15
- extra_requirements:
16
- - docs
+ install:
+ - method: pip
+ path: .
+ extra_requirements:
+ - docs
17
18
formats:
19
- epub
0 commit comments