Updated the editorconfig configuration

This commit is contained in:
Javier Eguiluz
2019-09-02 12:17:31 +02:00
parent 7f1c51d786
commit 90535a14b6
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
root = true
[*.{rst,rst.inc}]
[*]
indent_style = space
indent_size = 2
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

View File

@@ -4,12 +4,12 @@ python: 2.7
sudo: false
cache:
directories: [$HOME/.cache/pip]
directories: [$HOME/.cache/pip]
install: pip install -r _build/.requirements.txt
script: make -C _build SPHINXOPTS=-nW html
branches:
except:
- github-comments
except:
- github-comments