Set vim textwidth

master
Mike Gerber 8 years ago
parent 108f5b3c24
commit 97401569b6

@ -44,3 +44,5 @@ if system_state in ['running', 'starting']:
else:
print('CRIT: {}, failed: {}'.format(system_state, " ".join(get_failed_units())))
sys.exit(2)
# vim:tw=120:

Loading…
Cancel
Save