Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
DevKit updates (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Sep 13, 2020
1 parent 4ff7d26 commit 5b0346e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ trim_trailing_whitespace = true
[*.{yaml,yml,twig,php}]
indent_size = 4

[*.{js,json,scss,css}]
indent_size = 2
[.yamllint]
indent_size = 4

[.{travis.yml,flintci.yml}]
[*.{js,json,scss,css}]
indent_size = 2

[composer.json]
Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

blank_issues_enabled: false
contact_links:
- name: StackOverflow
url: https://stackoverflow.com/questions/tagged/sonata
about: 'Questions tagged with "sonata" on StackOverflow'
- name: Slack
url: https://symfony-devs.slack.com/archives/C3GC7MKM5
about: '#sonata channel on Symfony Devs Slack'
- name: StackOverflow
url: https://stackoverflow.com/questions/tagged/sonata
about: 'Questions tagged with "sonata" on StackOverflow'
- name: Slack
url: https://symfony-devs.slack.com/archives/C3GC7MKM5
about: '#sonata channel on Symfony Devs Slack'
8 changes: 4 additions & 4 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
extends: default

rules:
document-start: disable
line-length:
max: 120
level: warning
document-start: disable
line-length:
max: 120
level: warning

0 comments on commit 5b0346e

Please sign in to comment.