Kaynağa Gözat

init

master
anonymous 1 yıl önce
işleme
4c44c78be1
2 değiştirilmiş dosya ile 13 ekleme ve 0 silme
  1. +12
    -0
      .editorconfig
  2. +1
    -0
      main.hs

+ 12
- 0
.editorconfig Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet