在sublime文本2中格式化括号以匹配其左括号

时间:2014-05-07 15:09:39

标签: sublimetext2 text-editor sublimetext

假设我的SCSS文件是这样编写的,其中所有括号都以同一行结尾:

.test{ color: #fff; text-decoration: none;
     .test2{ position: relative;
          .test3{ display: block }}}

无论如何只是将结束括号格式化为这样的东西吗?

.test{ color: #fff; text-decoration: none;
     .test2{ position: relative;
          .test3{ display: block }
     }
}

1 个答案:

答案 0 :(得分:0)

您可以通过Package Control安装CSSFormat,然后转到:

编辑 - > CSS格式 - >紧凑型(断路选择器,无间隔)