소스 검색

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

불러오는 중...
취소
저장