Add editorconfig file for MW defaults

and tidy eol w/s
这个提交包含在:
Mark A. Hershberger 2020-11-10 21:54:56 -05:00
父节点 45d7543379
当前提交 3158d844b5
找不到此签名对应的密钥
GPG 密钥 ID: C5E6B11787B8FA01
共有 2 个文件被更改,包括 16 次插入9 次删除

12
.editorconfig 普通文件
查看文件

@ -0,0 +1,12 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false

查看文件

@ -36,8 +36,3 @@ class SimpleMathJaxHooks {
return ["<span style='opacity:.5'>[math]${tex}[/math]</span>", 'markerType'=>'nowiki'];
}
}