We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1c51d commit 90535a1Copy full SHA for 90535a1
.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