fix(gleam): minor indent fixes

This commit is contained in:
Alex Manning 2023-06-03 21:39:20 -04:00 committed by GitHub
parent 5ac8cf8ee5
commit f84de0d6cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,6 @@
; Gleam indents similar to Rust and JavaScript
[
(anonymous_function)
(assert)
(case)
(case_clause)
@ -11,7 +12,6 @@
(let)
(list)
(constant)
(external_function)
(function)
(type_definition)
(type_alias)