Skip to content

Commit

Permalink
Update clojure to use kebab-case
Browse files Browse the repository at this point in the history
  • Loading branch information
ellnix committed May 8, 2024
1 parent e400f36 commit 3897e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/stub_templates/clojure/stub_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ String = "NONE"
Word = "NONE"

[variable_name_options]
casing = "camel_case"
casing = "kebab-case"
allow_uppercase_vars = false
keywords = [
"auto", "break", "case", "char",
Expand Down

0 comments on commit 3897e80

Please sign in to comment.