瀏覽代碼

init

master
anonymous 1 年之前
當前提交
4c44c78be1
共有 2 個檔案被更改,包括 13 行新增0 行删除
  1. +12
    -0
      .editorconfig
  2. +1
    -0
      main.hs

+ 12
- 0
.editorconfig 查看文件

@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

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

+ 1
- 0
main.hs 查看文件

@@ -0,0 +1 @@
-- x

Loading…
取消
儲存