accepted 0.2.0

A text editor to be ACCEPTED.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[file_default]
indent_width = 4
ansi_color = false

[file.rs]
compiler = { command=["rustc", "$FilePath$", "-Z", "unstable-options", "--error-format=json"], type="rustc", optimize_option=["-O"] }
lsp = ["rls"]
formatter = ["rustfmt"]

[file.cpp]
# Respect clang-format
indent_width = 2
compiler = { command=["clang", "$FilePath$", "-o", "$FileStem$"], type="gcc", optimize_option=["-O2"] }
lsp = ["clangd"]
formatter = ["clang-format"]