Browse Source

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
Jon Ross-Perkins 3 năm trước cách đây
mục cha
commit
fb38a43de8
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 5 4
      docs/project/goals.md

+ 5 - 4
docs/project/goals.md

@@ -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
 **Developer tooling.** We need developers to be productive while reading and
 writing Carbon code. We expect to provide a broad suite of development oriented
 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
 **Infrastructure to enable package management and other library ecosystem
 support.** The goal is to support what the ecosystem needs, regardless of the
 support.** The goal is to support what the ecosystem needs, regardless of the