Przeglądaj źródła

ft:代码格式话

master
SisMaker 4 lat temu
rodzic
commit
9ec923c67f
4 zmienionych plików z 1231 dodań i 1252 usunięć
  1. +1
    -2
      README.md
  2. +9
    -9
      src/eFmt.app.src
  3. +665
    -673
      src/eFmt.erl
  4. +556
    -568
      src/eFmtFormat.erl

+ 1
- 2
README.md Wyświetl plik

@ -1,8 +1,7 @@
eFmt eFmt
===== =====
An OTP library to format term, for efficient
base on otp-23.2.4
An OTP library to format term, for efficient base on otp-23.2.4
Build Build

+ 9
- 9
src/eFmt.app.src Wyświetl plik

@ -1,10 +1,10 @@
{application, eFmt, {application, eFmt,
[{description, "An OTP library"},
{vsn, "0.1.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env,[]},
{modules, []},
{licenses, ["MIT License"]},
{links, []}
]}.
[{description, "An OTP library"},
{vsn, "0.1.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
{modules, []},
{licenses, ["MIT License"]},
{links, []}
]}.

+ 665
- 673
src/eFmt.erl
Plik diff jest za duży
Wyświetl plik


+ 556
- 568
src/eFmtFormat.erl
Plik diff jest za duży
Wyświetl plik


Ładowanie…
Anuluj
Zapisz