瀏覽代碼

Add .editorconfig with basic definitions

tags/3.2.0.1227
Moritz Prinz 6 年之前
父節點
當前提交
3882f4503f
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11
    0
      .editorconfig

+ 11
- 0
.editorconfig 查看文件

@@ -0,0 +1,11 @@
# editorconfig.org
root = true

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

Loading…
取消
儲存