代码拉取完成,页面将自动刷新
- id: forbid-crlf
name: CRLF end-lines checker
description: "Forbid files containing CRLF end-lines to be committed"
entry: forbid_crlf
language: python
types: [text]
- id: remove-crlf
name: CRLF end-lines remover
description: "Replace CRLF end-lines by LF ones before committing"
entry: remove_crlf
language: python
types: [text]
- id: forbid-tabs
name: No-tabs checker
description: "Forbid files containing tabs to be committed"
entry: forbid_tabs
language: python
types: [text]
exclude: (Makefile|debian/rules|.gitmodules)(\.in)?$
- id: remove-tabs
name: Tabs remover
description: "Replace tabs by whitespaces before committing"
entry: remove_tabs
language: python
args: [ --whitespaces-count, '4' ]
types: [text]
exclude: (Makefile|debian/rules|.gitmodules)(\.in)?$
- id: chmod
name: Set file permissions
entry: chmod
language: python
- id: insert-license
name: Insert license in comments
description: "Insert a short license disclaimer as a header comment in source files"
entry: insert_license
language: python
types: [text]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。