Add formatter mention to the goals (#1922)

Trying to do this without affecting too much. I think we've generally considered this to be part of "refactoring tools", since large-scale refactoring is assisted by automatic formatting, but formatting is visible enough that it's probably worth addressing directly.

Fixes https://github.com/carbon-language/carbon-lang/issues/1656
This commit is contained in:
Jon Ross-Perkins
2022-08-05 07:51:27 -07:00
committed by GitHub
parent 6dd46066a0
commit fb38a43de8
+5 -4
View File
@@ -142,10 +142,11 @@ the language without the churn tax and version skew becoming unsustainable.
**Developer tooling.** We need developers to be productive while reading and
writing Carbon code. We expect to provide a broad suite of development oriented
tools ranging from refactoring tools to [LSP](https://langserver.org/)
implementations and editor integrations. We also plan to provide machine
readable forms of many parts of the language, such as a grammar, to ensure
consistency between tools and enable the development of tools by others.
tools ranging from formatting and refactoring tools to
[LSP](https://langserver.org/) implementations and editor integrations. We also
plan to provide machine readable forms of many parts of the language, such as a
grammar, to ensure consistency between tools and enable the development of tools
by others.
**Infrastructure to enable package management and other library ecosystem
support.** The goal is to support what the ecosystem needs, regardless of the