diff options
| author | Charles Brunet <charles.brunet@optelgroup.com> | 2023-08-23 12:46:18 -0400 |
|---|---|---|
| committer | Charles Brunet <charles.brunet@optelgroup.com> | 2023-09-11 07:51:19 -0400 |
| commit | d3a26d158e4607ce677404920ad72508eb6f9de2 (patch) | |
| tree | b18371d52fa3e09e468099168a94abefdc345aa5 /run_format_tests.py | |
| parent | 6a18ae48b33c345185a8eda49e93adb1fb4594a9 (diff) | |
| download | meson-d3a26d158e4607ce677404920ad72508eb6f9de2.tar.gz | |
raw printer
this printer preserves all whitespaces and comments in original meson.build file. It will be useful for rewrite and potential auto-formatter
Diffstat (limited to 'run_format_tests.py')
| -rw-r--r-- | run_format_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_format_tests.py b/run_format_tests.py index 1f41f3d10..1bf997ccc 100644 --- a/run_format_tests.py +++ b/run_format_tests.py @@ -63,6 +63,7 @@ def check_format() -> None: 'work area', '.eggs', '_cache', # e.g. .mypy_cache 'venv', # virtualenvs have DOS line endings + '118 rewrite', # we explicitly test for tab in meson.build file } for (root, _, filenames) in os.walk('.'): if any([x in root for x in skip_dirs]): |
