Browse Source

Ignore indentation of file 'Resources.Designer.cs'

pull/1299/head
Siegfried Pammer 6 years ago
parent
commit
c3fee4bdde
  1. 2
      BuildTools/tidy.py

2
BuildTools/tidy.py

@ -22,7 +22,7 @@ def main(): @@ -22,7 +22,7 @@ def main():
if '\\obj\\' in root:
continue
for filename in files:
if filename.lower().endswith('.cs'):
if filename.lower().endswith('.cs') and not filename.lower().endswith('resources.designer.cs'):
if not check(os.path.join(root, filename)):
ok = False
print('Tidy check: {}'.format('successful' if ok else 'failed'))

Loading…
Cancel
Save