• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TextMate is a graphical text editor for OS X 10.7+


Commit MetaInfo

修订版177964b300d56b4c0aafb5d377a98605b931b544 (tree)
时间2012-08-24 17:32:20
作者Allan Odgaard <git@abet...>
CommiterAllan Odgaard

Log Message

Set default soft tabs settings for ninja and make

See issue #275.

更改概述

差异

--- a/Applications/TextMate/resources/Default.tmProperties
+++ b/Applications/TextMate/resources/Default.tmProperties
@@ -24,6 +24,12 @@ tabSize = 2
2424 softTabs = true
2525 tabSize = 4
2626
27+[ source.makefile; Makefile ]
28+softTabs = false
29+
30+[ source.ninja; *.ninja ]
31+softTabs = true
32+
2733 [ "/System/Library/Frameworks/**/Headers/**/*" ]
2834 encoding = "MACROMAN"
2935