mirror of
https://github.com/apache/jmeter.git
synced 2026-03-13 09:00:52 +08:00
style: add .editorconfig to force braces in for, do, while, and if statements
This commit is contained in:
@@ -7,6 +7,10 @@ charset = utf-8
|
||||
indent_style = space
|
||||
max_line_length = 120
|
||||
ij_any_align_multiline_parameters = false
|
||||
ij_any_do_while_brace_force = always
|
||||
ij_any_for_brace_force = always
|
||||
ij_any_if_brace_force = always
|
||||
ij_any_while_brace_force = always
|
||||
|
||||
[{*.sh,gradlew}]
|
||||
end_of_line = lf
|
||||
|
||||
Reference in New Issue
Block a user