Skip to content

Commit

Permalink
Adding the single quote option (prettier-solidity#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janther authored and mattiaerre committed Sep 20, 2019
1 parent 99db01e commit cb326d5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ const options = {
step: 1
}
},
// TODO: uncomment when https://github.com/prettier-solidity/prettier-plugin-solidity/pull/144
// is merged.
// singleQuote: {
// since: '0.0.0',
// category: CATEGORY_COMMON,
// type: 'boolean',
// default: false,
// description: 'Use single quotes instead of double quotes.'
// },
singleQuote: {
since: '0.0.0',
category: CATEGORY_COMMON,
type: 'boolean',
default: false,
description: 'Use single quotes instead of double quotes.'
},
tabWidth: {
type: 'int',
category: CATEGORY_GLOBAL,
Expand Down

0 comments on commit cb326d5

Please sign in to comment.