8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc5a4ab + 7dc9e63 commit 8438849Copy full SHA for 8438849
.editorconfig
@@ -1,8 +1,8 @@
1
root = true
2
3
-[*.{rst,rst.inc}]
+[*]
4
indent_style = space
5
-indent_size = 2
+indent_size = 4
6
charset = utf-8
7
trim_trailing_whitespace = true
8
insert_final_newline = true
.travis.yml
@@ -4,12 +4,12 @@ python: 2.7
sudo: false
cache:
- directories: [$HOME/.cache/pip]
+ directories: [$HOME/.cache/pip]
9
install: pip install -r _build/.requirements.txt
10
11
script: make -C _build SPHINXOPTS=-nW html
12
13
branches:
14
- except:
15
- - github-comments
+ except:
+ - github-comments
0 commit comments