Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

doc(website): Add context about Romes philosophy #3714

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/src/pages/formatter/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import PackageManagerRomeCommand from "/components/PackageManagerRomeCommand.ast

# Formatter

Rome's an opinionated formatter that has the goal to stop all ongoing debates over styles. That's why Rome only supports
few options to avoid that debates over styles turn into debates over Rome options.
Rome's an opinionated formatter that has the goal to stop all ongoing debates over styles. It follows a similar [philosophy to Prettier](https://prettier.io/docs/en/option-philosophy.html), only supporting
few options to avoid that debates over styles turn into debates over Rome options. It deliberately [resists the urge to add new options](https://github.com/prettier/prettier/issues/40) to prevent [bike-shed discussions](https://en.wikipedia.org/wiki/Law_of_triviality) in teams so they can focus on what really matters instead.

## Options

Expand Down