mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* [Toolchain] Add Prettier * [Toolchain] Add lint-staged * [Toolchain] Apply prettier to some types * Switch to using precise commits so that only changed code is ran through prettier
11 lines
149 B
INI
11 lines
149 B
INI
root = true
|
|
|
|
[*]
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{*.json,*.yml,*.ts,*.tsx,*.md}]
|
|
indent_style = space
|
|
|