Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove multilines from meta info #28

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ rules:
document-start: disable
comments: disable
line-length:
max: 120
max: 180
level: error
allow-non-breakable-inline-mappings: true
4 changes: 1 addition & 3 deletions base16/papercolor-dark.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
system: "base16"
name: "PaperColor Dark"
author: |
Jon Leopard (http://github.com/jonleopard)
based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
variant: "dark"
palette:
base00: "1c1c1c" # Default Background
Expand Down
4 changes: 1 addition & 3 deletions base16/papercolor-light.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
system: "base16"
name: "PaperColor Light"
author: |
Jon Leopard (http://github.com/jonleopard)
based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
variant: "light"
palette:
base00: "eeeeee" # Default Background
Expand Down
4 changes: 1 addition & 3 deletions base16/shades-of-purple.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
system: "base16"
name: "Shades of Purple"
author: |
Iolar Demartini Junior (http://github.com/demartini
based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode).
author: Iolar Demartini Junior (http://github.com/demartini), based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode)
variant: "dark"
palette:
base00: "1e1e3f" # default background
Expand Down
4 changes: 1 addition & 3 deletions base16/snazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
system: "base16"
name: "Snazzy"
author: |
Chawye Hsu (https://github.com/chawyehsu)
based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
author: Chawye Hsu (https://github.com/chawyehsu), based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
variant: "dark"
palette:
base00: "282a36"
Expand Down
4 changes: 1 addition & 3 deletions base16/spaceduck.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
system: "base16"
name: "Spaceduck"
author: |
Guillermo Rodriguez (https://github.com/pineapplegiant),
packaged by Gabriel Fontes (https://github.com/Misterio77)
author: Guillermo Rodriguez (https://github.com/pineapplegiant), packaged by Gabriel Fontes (https://github.com/Misterio77)
variant: "dark"
palette:
base00: "16172d"
Expand Down
Loading