1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-26 12:04:50 +01:00

Fix yml indentation

This commit is contained in:
Caleb Bassi 2019-07-29 22:17:02 -07:00
parent ad7fe02b87
commit 12407d3876
2 changed files with 26 additions and 14 deletions

View File

@ -2,8 +2,20 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.{js,jsx,ts,tsx,html,php,vim,toml,yml,json}]
indent_size = 2
[*.yml]
indent_style = space
[Makefile,*.go]
indent_style = tab
[*.md]
trim_trailing_whitespace = false

View File

@ -3,27 +3,27 @@ language: rust
cache: cargo
git:
depth: 1
depth: 1
matrix:
include:
- env: TARGET=x86_64-unknown-linux-gnu
os: linux
include:
- env: TARGET=x86_64-unknown-linux-gnu
os: linux
install: true
script: ./ci/script.sh
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: "./*.tar.gz"
skip_cleanup: true
on:
tags: true
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: "./*.tar.gz"
skip_cleanup: true
on:
tags: true
if: tag IS present
notifications:
email:
on_success: never
email:
on_success: never