prettier / prettier-emacs

Minor mode to format JS code on file save
http://jlongster.com/A-Prettier-Formatter
372 stars 53 forks source link

Indentation Problems #41

Open andrew-oko-odion opened 5 years ago

andrew-oko-odion commented 5 years ago

when I save, it sets my indentaion to 2 instead of 4

`

{" "} {" "} {item.name} this.setState({ [e.target.name]: e.target.value })} value={this.state.value[item.name.split(" ").join("")]} /> `
nickmccurdy commented 5 years ago

Prettier defaults to 2 space indents. Do you have a config?

andrew-oko-odion commented 5 years ago

Prettier defaults to 2 space indents. Do you have a config?

No I do not have a config for prettier