Skip to content

Commit

Permalink
chore(tooling): Update editor-config key for stylua as accepted upstream
Browse files Browse the repository at this point in the history
Our setting addition is still not in a tagged release, but the PR was
accepted into the default branch of stylua. This means you no longer
need to run my fork of Stylua to get this project's style, you just nead
any build from the main development branch. However the config key was
renamed as part of the acceptance, so this is the relevant adjustment.
  • Loading branch information
alerque committed Oct 26, 2024
1 parent 3b62dab commit 1bba0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ max_line_length = 120

# StyLua keys
collapse_simple_statement = never
space_after_functions = definitions
space_after_function_names = definitions

# EmmyLuaCodeStyle keys
continuation_indent = 6
Expand Down

0 comments on commit 1bba0d1

Please sign in to comment.