.prettierrc.yaml 351 B

1234567891011121314
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. printWidth: 80
  5. proseWrap: 'always'
  6. singleQuote: true
  7. tabWidth: 2
  8. trailingComma: 'es5'
  9. useTabs: false
  10. overrides:
  11. - files: '*.md'
  12. options:
  13. tabWidth: 4