瀏覽代碼

Add vim modeline

Georgi Valkov 14 年之前
父節點
當前提交
e9cb9c2811
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      youtube-dl

+ 2 - 0
youtube-dl

@@ -3001,3 +3001,5 @@ if __name__ == '__main__':
 		sys.exit(u'ERROR: fixed output name but more than one file to download')
 		sys.exit(u'ERROR: fixed output name but more than one file to download')
 	except KeyboardInterrupt:
 	except KeyboardInterrupt:
 		sys.exit(u'\nERROR: Interrupted by user')
 		sys.exit(u'\nERROR: Interrupted by user')
+
+# vim: set ts=4 sw=4 sts=4 noet ai si filetype=python: