[org] Whitespace

Tabs to spaces, and tables realigned
This commit is contained in:
2021-05-21 14:36:38 +02:00
parent 6d3220e78c
commit a040bfceb7
6 changed files with 36 additions and 37 deletions

View File

@@ -667,10 +667,10 @@ Well need some utilities when developing Rust from Emacs, namely ~rustfmt~ an
We will also need some components for development purposes.
#+NAME: rust-components-table
| Component | Why |
|-----------+---------------------------------------------|
| rust-src | Rust documentation in Emacs |
| rls | LSP backend for Emacs |
| Component | Why |
|-----------+-------------------------------------------|
| rust-src | Rust documentation in Emacs |
| rls | LSP backend for Emacs |
| clippy | A better version of cargos ~check~ command |
#+NAME: rust-components-gen