Skip to content

Commit

Permalink
fix: normalize setting names
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Sep 1, 2024
1 parent 8236076 commit c5c4f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public enum class Setting(
PREFER_SINGLE_QUOTE_ON_STRINGS(
SettingGroup.LOGGING,
SettingCategory.PREFS,
"Prefer single quote",
"Prefer Single Quote",
false,
"When enabled, uses single quote whenever logging string-types. Otherwise, sticks to double quote.",
),
Expand Down

0 comments on commit c5c4f3d

Please sign in to comment.