Skip to content

booboboo/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

.editorconfig

  • 通配符
通配符 说明
* 匹配除/之外的任意字符串
** 匹配任意字符串
? 匹配任意单个字符
[name] 匹配name字符
[!name] 匹配非name字符
{s1,s2,s3} 匹配任意给定的字符串(since 0.11.0)
  • 属性
属性 说明
root 表明是最顶层的配置文件,发现设为true时,才会停止查找.editorconfig文件
indent_style 设置缩进风格,tab或者space。tab是hard tabs,space为soft tabs。
indent_size 缩进的宽度,即列数,整数。如果indent_style为tab,则此属性默认为tab_width
tab_width 缩进为tab时,缩进的宽度。默认是indent_size
end_of_line 换行符,lfcrcrlf
charset 编码,latin1utf-8utf-8-bomutf-16beutf-16le
trim_trailing_whitespace 设为true表示会除去换行行首的任意空白字符。
insert_final_newline 设为true表明使文件以一个空白行结尾。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published