浏览代码

Add justfile to .editorconfig

pull/2606/head
Slavi Pantaleev 2 年前
父节点
当前提交
9a137a63ac
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      .editorconfig

+ 4
- 0
.editorconfig 查看文件

@@ -23,6 +23,10 @@ indent_size = 2
indent_style = space
indent_size = 2

[justfile]
indent_style = space
indent_size = 4

# Markdown Files
#
# Two spaces at the end of a line in Markdown mean "new line",


正在加载...
取消
保存