2014-01-24 49 views
0

是否允許在等號.editorconfig之前使用縮進,如php.ini等號前縮進.editorconfig

實施例:

# 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 

回答

1

是的,這是允許的。所有的白色空間將被修剪。