2014-10-03 54 views
4

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?我無法用語言來構建谷歌搜索這個問題。

+0

您使用哪種模式?大多數模式都有一個標準變量或一組變量來指定靜態或相對縮進首選項。快速谷歌搜索出現[this](http://glblack.livejournal.com/6594.html),但它是'sgml-mode'。 – tripleee 2014-10-03 06:06:34

回答

4

web-mode.el那是默認的

+0

謝謝,看起來很有用。我會檢查出來的。默認情況下, – navgeet 2014-10-03 06:27:38

+0

不適用於我。 – navgeet 2014-10-03 06:38:06

+0

你是什麼意思?你有沒有安裝網絡模式?給你與Web模式相關的* .xml文件? – fxbois 2014-10-03 12:21:02