Skip to content

Commit

Permalink
Ignore indentation of file 'Resources.Designer.cs'
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedpammer committed Apr 30, 2019
1 parent 2e68ec6 commit c3fee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildTools/tidy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit c3fee4b

Please sign in to comment.