bf811db6c8
• Moved to test project root so a new `.editorconfig` isn't constantly generated. • Disable attributes only in the files which use invalid syntax deliberately
12 lines
412 B
INI
12 lines
412 B
INI
# This file is required to workaround `.editorconfig` autogeneration (see #96845).
|
|
|
|
# Some tests handle invalid syntax deliberately; exclude relevant attributes.
|
|
|
|
[parser/features/mixed_indentation_on_blank_lines.gd]
|
|
trim_trailing_whitespace = false
|
|
|
|
[parser/warnings/empty_file_newline.notest.gd]
|
|
insert_final_newline = false
|
|
|
|
[parser/warnings/empty_file_newline_comment.notest.gd]
|
|
insert_final_newline = false
|