ソースを参照

Further improve .gitattributes

master
Thom Wiggers 5年前
コミット
6427e7f808
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 1BB0A7CE26E363
1個のファイルの変更6行の追加3行の削除
  1. +6
    -3
      .gitattributes

+ 6
- 3
.gitattributes ファイルの表示

@@ -1,3 +1,6 @@
* text=auto
*.[ch] text whitespace=fix
*.yaml text whitespace=fix
* text=auto
*.[ch] text whitespacestrict
*.yaml text whitespacestrict
Makefile text whitespace="tabwidth=4,-tab-in-indent"

[attr]whitespacestrict whitespace="trailing-space,indent-with-non-tab,space-before-tab,tabwidth=4"

読み込み中…
キャンセル
保存