Skip to content

Commit 90535a1

Browse files
committed
Updated the editorconfig configuration
1 parent 7f1c51d commit 90535a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
root = true
22

3-
[*.{rst,rst.inc}]
3+
[*]
44
indent_style = space
5-
indent_size = 2
5+
indent_size = 4
66
charset = utf-8
77
trim_trailing_whitespace = true
88
insert_final_newline = true

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ python: 2.7
44

55
sudo: false
66
cache:
7-
directories: [$HOME/.cache/pip]
7+
directories: [$HOME/.cache/pip]
88

99
install: pip install -r _build/.requirements.txt
1010

1111
script: make -C _build SPHINXOPTS=-nW html
1212

1313
branches:
14-
except:
15-
- github-comments
14+
except:
15+
- github-comments

0 commit comments

Comments
 (0)