Skip to content

Commit

Permalink
crystal tool format with Crystal 1.15.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Oct 11, 2024
1 parent 5257f91 commit 4c264f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.cr
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Crinja::Config
@autoescape = Autoescape.new,
@keep_trailing_newline = false,
@trim_blocks = false,
@lstrip_blocks = false
@lstrip_blocks = false,
)
end

Expand Down Expand Up @@ -85,7 +85,7 @@ class Crinja::Config
enabled_extensions = ["html", "htm", "xml"],
disabled_extensions = [] of String,
@default_for_string = false,
@default = false
@default = false,
)
self.enabled_extensions = enabled_extensions
self.disabled_extensions = disabled_extensions
Expand Down

0 comments on commit 4c264f6

Please sign in to comment.