Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indentation Problems #41

Open
andrew-oko-odion opened this issue Sep 3, 2018 · 2 comments
Open

Indentation Problems #41

andrew-oko-odion opened this issue Sep 3, 2018 · 2 comments

Comments

@andrew-oko-odion
Copy link

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

<Table.Row> <Table.Cell key={item.id} collapsing> {" "} <Icon name={"user"} />{" "} </Table.Cell> <Table.Cell> {item.name} </Table.Cell> <Table.Cell collapsing selectable> <Input placeholder="1" type="number" min="0" max="40" name={item.name.split(" ").join("")} onChange={e => this.setState({ [e.target.name]: e.target.value })} value={this.state.value[item.name.split(" ").join("")]} /> </Table.Cell> </Table.Row>

@nickserv
Copy link
Member

nickserv commented Sep 3, 2018

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

@andrew-oko-odion
Copy link
Author

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

No I do not have a config for prettier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants