2024-09-13 10:11:59 -05:00
|
|
|
# Some tests handle invalid syntax deliberately; exclude relevant attributes.
|
2024-11-21 21:45:56 +03:00
|
|
|
# See also the `file-format` section in `.pre-commit-config.yaml`.
|
2024-09-13 10:11:59 -05:00
|
|
|
|
|
|
|
|
[parser/features/mixed_indentation_on_blank_lines.gd]
|
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
2024-11-21 21:45:56 +03:00
|
|
|
[parser/warnings/empty_file_newline.norun.gd]
|
2024-09-13 10:11:59 -05:00
|
|
|
insert_final_newline = false
|
|
|
|
|
|
2024-11-21 21:45:56 +03:00
|
|
|
[parser/warnings/empty_file_newline_comment.norun.gd]
|
2024-09-13 10:11:59 -05:00
|
|
|
insert_final_newline = false
|