私はCSSコードを各クラス/IDに1行で記述するのが好きなのですが、Espressoが中括弧の後に2行ずつ自動的に追加するのが嫌いです。{CSS を書いているときに開きます。これをオフにすることはできますか?
.class {
I'd rather have this on a single line
}
答え1
/Applications/Espresso.app/Contents/SharedSupport/Sugars/CSS.sugar/TextActions/Actions.xml
、 変化
<text-trigger key-equivalent="{"></text-trigger>
<text>{
$0
}</text>
に
<text-trigger key-equivalent="{"></text-trigger>
<text>{ $0 }</text>
アプリケーションサポートにシュガーをコピーするには、いくつかの追加手順が必要です。wiki.macrabbit.com/index/Override_default_sugars