mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-23 16:22:10 +01:00
Updated the editorconfig configuration
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user