end_of_line:换行符,lf、cr和crlf charset:编码,latin1、utf-8、utf-8-bom、utf-16be和utf-16le,不建议使用utf-8-bom。 trim_trailing_whitespace:设为true表示会除去换行行首的任意空白字符。 insert_final_newline:设为true表明使文件以一个空白行结尾 root:表明是最顶层的配置文件,发现设为true时,才会停...
end_of_line 设置换行符,值为lf、cr和crlf charset 设置编码,值为latin1、utf-8、utf-8-bom、utf-16be和utf-16le,不建议使用utf-8-bom trim_trailing_whitespace 设为true表示会去除换行行首的任意空白字符。 insert_final_newline 设为true表示使文件以一个空白行结尾 root 表示是最顶层的配置文件,发现设为...
end_of_line: 设置换行符,值为 lf(换行)、cr(回车) 和 crlf(回车换行) charset: 设置编码,值为 latin1、utf-8、utf-8-bom、utf-16be 和 utf-16le,不建议使用 utf-8-bom trim_trailing_whitespace: 设为 true 表示会去除行尾的空白字符 insert_final_newline: 设为 true 表示使...
end_of_line 设置换行符,值为lf、cr和crlf charset 设置编码,值为latin1、utf-8、utf-8-bom、utf-16be和utf-16le,不建议使用utf-8-bom trim_trailing_whitespace 设为true表示会去除换行行首的任意空白字符。 insert_final_newline 设为true表示使文件以一个空白行结尾 root 表示是最顶层的配置文件,发现设为...
# tab_width 缩进为 tab 时,缩进的宽度 # end_of_line 换行符的类型。lf, cr, crlf三种 # charset 文件的 charset。有以下几种类型:latin1, utf-8, utf-8-bom, utf-16be, utf-16le # trim_trailing_whitespace 是否自动删除行尾空格(true:是,false:否) ...
charset: 编码,latin1、utf-8、utf-8-bom、utf-16be和utf-16le,不建议使用utf-8-bom。 trim_trailing_whitespace: 设为true表示会除去换行行首的任意空白字符。 insert_final_newline: 设为true表明使文件以一个空白行结尾 root: 表明是最顶层的配置文件,发现设为true时,才会停止查找.editorconfig文件。
charset 设置编码,值为latin1、utf-8、utf-8-bom、utf-16be和utf-16le,不建议使用utf-8-bom trim_trailing_whitespace 设为true表示会去除换行行首的任意空白字符。 insert_final_newline 设为true表示使文件以一个空白行结尾 root 表示是最顶层的配置文件,发现设为true时,才会停止查找.editorconfig文件 ...
# 文件的charset。有以下几种类型:latin1, utf-8, utf-8-bom, utf-16be, utf-16le charset = utf-8 # 缩进使用 tab 或者 space indent_style = space # 缩进为 space 时,缩进的字符数 indent_size = 2 # 缩进为 tab 时,缩进的宽度 # tab_width = 2 ...
charset:指定字符编码类型,可以是"utf-8"或"utf-8-bom"。示例:charset = utf-8 trim_trailing_whitespace:指定是否删除行尾的空白字符,可以是"true"或"false"。示例:trim_trailing_whitespace = true insert_final_newline:指定是否在文件末尾插入一个新行,可以是"true"或"false"。示例:insert_final_newline ...
charset 设置编码,值为latin1、utf-8、utf-8-bom、utf-16be和utf-16le,不建议使用utf-8-bom trim_trailing_whitespace 设为true表示会去除换行行首的任意空白字符。 insert_final_newline 设为true表示使文件以一个空白行结尾 root 表示是最顶层的配置文件,发现设为true时,才会停止查找.editorconfig文件 ...