Skip to content

Commit

Permalink
format yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredpixel committed Apr 13, 2022
1 parent d5ae0da commit a5016e9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .stylish-haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,25 @@ steps:
# # Possible values:
# # - "same_line" -- leave "=" AND data constructor on the same line as the type constructor.
# # - "indent N" -- insert a new line and N spaces from the beginning of the next line.
equals: "same_line"
equals: same_line
#
# # How to format first field of each record constructor.
# # Possible values:
# # - "same_line" -- "{" and first field goes on the same line as the data constructor.
# # - "indent N" -- insert a new line and N spaces from the beginning of the data constructor
first_field: "indent 2"
first_field: indent 2
#
# # How many spaces to insert between the column with "," and the beginning of the comment in the next line.
field_comment: 2
field_comment: 2
#
# # How many spaces to insert before "deriving" clause. Deriving clauses are always on separate lines.
deriving: 2
deriving: 2
#
# # How many spaces to insert before "via" clause counted from indentation of deriving clause
# # Possible values:
# # - "same_line" -- "via" part goes on the same line as "deriving" keyword.
# # - "indent N" -- insert a new line and N spaces from the beginning of "deriving" keyword.
via: "indent 2"
via: indent 2
#
# # Sort typeclass names in the "deriving" list alphabetically.
# sort_deriving: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vim: set ft=yaml:
version: "2.4"
version: '2.4'
services:
plugin_spellchecker:
build: .
Expand Down
2 changes: 1 addition & 1 deletion misc/streams/stable/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.4"
version: '2.4'
services:
plugin_spellchecker:
image: docker.io/isoxya/isoxya-plugin-spellchecker:stable
Expand Down
2 changes: 1 addition & 1 deletion misc/streams/testing/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.4"
version: '2.4'
services:
plugin_spellchecker:
image: docker.io/isoxya/isoxya-plugin-spellchecker:testing
Expand Down
2 changes: 1 addition & 1 deletion misc/streams/unstable/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.4"
version: '2.4'
services:
plugin_spellchecker:
image: docker.io/isoxya/isoxya-plugin-spellchecker:unstable
Expand Down

0 comments on commit a5016e9

Please sign in to comment.