diff options
author | Slack Coder <slackcoder@server.ky> | 2024-08-05 04:48:55 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-09-12 07:09:22 -0500 |
commit | 05cde1e0b0e6a8082e880a3fd16c50c8f6ed1e4c (patch) | |
tree | a73879bcaaafec8a5d30644dceeda02179256200 /improve configuration format.md | |
parent | d7b3c49d5cf467b90ce6f3399e77caa630f01a49 (diff) | |
download | mirror-05cde1e0b0e6a8082e880a3fd16c50c8f6ed1e4c.tar.xz |
todo
Diffstat (limited to 'improve configuration format.md')
-rw-r--r-- | improve configuration format.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/improve configuration format.md b/improve configuration format.md new file mode 100644 index 0000000..4d1dae2 --- /dev/null +++ b/improve configuration format.md @@ -0,0 +1,8 @@ +# Improve Configuration Format + +Choose a user friendly configuration format. + +JSON is bad because: + + - lack of comment support. + - tedious to edit. |