官术网_书友最值得收藏!

Configuring EditorConfig

EditorConfig is supported by a lot of editors. You can check whether your editor is supported or not on the official website, https://www.editorconfig.org.

You need to create a file called .editorconfig in your root directory – the configuration I use is this one:

  root = true

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

[*.html]
indent_size = 4

[*.css]
indent_size = 4

[*.md]
trim_trailing_whitespace = false

You can affect all the files with [], and specific files with [.extension].

主站蜘蛛池模板: 通山县| 卓尼县| 赫章县| 宁海县| 伽师县| 永城市| 大名县| 怀化市| 屯门区| 驻马店市| 浑源县| 梅河口市| 陇川县| 廊坊市| 莱阳市| 聂拉木县| 龙胜| 分宜县| 云浮市| 西贡区| 太仆寺旗| 蓬莱市| 定远县| 青冈县| 开化县| 柏乡县| 鹿邑县| 四子王旗| 花莲县| 竹北市| 大关县| 绥棱县| 蕉岭县| 保德县| 朝阳市| 玛沁县| 阿坝县| 南召县| 天全县| 承德县| 钟祥市|