The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
193 B

[flake8]
ignore =
# E261: at least two spaces before inline comment
E261,
# E501: line too long
E501,
# E302: expected 2 blank lines, found 1
E302
max-line-length = 120