Browse Source

ft:代码格式话

master
SisMaker 4 years ago
parent
commit
9ec923c67f
4 changed files with 1231 additions and 1252 deletions
  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 View File

@ -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 View File

@ -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
File diff suppressed because it is too large
View File


+ 556
- 568
src/eFmtFormat.erl
File diff suppressed because it is too large
View File


Loading…
Cancel
Save