Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Dec 3, 2023
1 parent 510b3c3 commit 1d64e90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config-examples/default-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ default-root-container-layout = 'tiles'
default-root-container-orientation = 'auto'

# Available since: 0.6.0-Beta
# gaps.inner.horizontal = 0
# gaps.inner.vertical = 0
# gaps.outer.left = 0
# gaps.outer.bottom = 0
# gaps.outer.top = 0
# gaps.outer.right = 0
gaps.inner.horizontal = 0
gaps.inner.vertical = 0
gaps.outer.left = 0
gaps.outer.bottom = 0
gaps.outer.top = 0
gaps.outer.right = 0

# Visual indent makes it easier to understand that containers of the same orientation are nested.
# If you have 'enable-normalization-opposite-orientation-for-nested-containers' enabled then there is no way to
Expand Down
2 changes: 1 addition & 1 deletion src/config/parseConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private func showConfigParsingErrorsToUser(_ errors: [TomlParseError], configUrl
Failed to parse \(configUrl.absoluteURL.path)
\(errors.map(\.description).joined(separator: "\n"))
\(errors.map(\.description).joined(separator: "\n\n"))
"""
showMessageToUser(filename: "config-parse-error.txt", message: message)
}
Expand Down

0 comments on commit 1d64e90

Please sign in to comment.