【问题标题】:Indent before equal sign in .editorconfig.editorconfig 等号前缩进
【发布时间】:2014-01-24 10:29:06
【问题描述】:

.editorconfig 中是否允许在等号前使用缩进,就像在php.ini 中一样?

例子:

# editorconfig.org

root                      = true

[*]
charset                   = utf-8
indent_style              = space
indent_size               = 2
trim_trailing_whitespace  = true
end_of_line               = lf
insert_final_newline      = false

【问题讨论】:

    标签: ini editorconfig


    【解决方案1】:

    是的,这是允许的。所有空白都将被修剪。

    【讨论】:

      猜你喜欢
      • 2015-04-24
      • 2021-01-17
      • 2020-07-13
      • 2015-01-14
      • 2021-06-21
      • 2019-04-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多