Android Studio中創建的樣板XML代碼看起來像這樣:如何在emacs中像intellij那樣縮進xml?
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
tools:context=".MyActivity">
OTOH通過emacs的縮進它對齊彼此間的所有兄弟姐妹,這在一支充滿的IntelliJ的佔用了太多的空間,使生活艱難,我用戶。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
tools:context=".MyActivity">
如何配置emacs這樣縮進xml?我無法用語言來構建谷歌搜索這個問題。
您使用哪種模式?大多數模式都有一個標準變量或一組變量來指定靜態或相對縮進首選項。快速谷歌搜索出現[this](http://glblack.livejournal.com/6594.html),但它是'sgml-mode'。 – tripleee 2014-10-03 06:06:34