hoppscotch/packages/hoppscotch-cli/.prettierrc
Deepanshu Dhruw 909d524de5
Feature: hopp-cli in TypeScript (#2074)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
Co-authored-by: liyasthomas <liyascthomas@gmail.com>
Co-authored-by: Gita Alekhya Paul <gitaalekhyapaul@gmail.com>
2022-03-28 13:56:15 +05:30

9 lines
126 B
Plaintext

{
"semi": true,
"trailingComma": "es5",
"singleQuote": false,
"printWidth": 80,
"useTabs": false,
"tabWidth": 2
}