import { type ResolveConfigOptions } from "https://deno.land/x/deno@v0.28.0/std/prettier/vendor/index.d.ts";
Properties
If set to true
and an .editorconfig
file is in your project,
Prettier will parse it and convert its properties to the corresponding prettier configuration.
This configuration will be overridden by .prettierrc
, etc. Currently,
the following EditorConfig properties are supported:
- indent_style
- indent_size/tab_width
- max_line_length