浏览代码

misc(editorconfig) don't trim trailing whitespaces for .md files

factor2
JohannesPertl 2 年前
父节点
当前提交
75bb460ccf
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      .editorconfig

+ 3
- 0
.editorconfig 查看文件

9
 max_line_length = 80
9
 max_line_length = 80
10
 trim_trailing_whitespace = true
10
 trim_trailing_whitespace = true
11
 
11
 
12
+[*.md]
13
+trim_trailing_whitespace = false
14
+
12
 [Makefile]
15
 [Makefile]
13
 indent_style = tab
16
 indent_style = tab

正在加载...
取消
保存