style: Unified spacing to 2 and add editor config

This commit is contained in:
Wessel Tip
2021-03-17 14:01:53 +01:00
parent aec47d9d0b
commit 9981a28638
98 changed files with 2931 additions and 2902 deletions

View File

@@ -70,8 +70,8 @@ export default class Greeting extends React.PureComponent {
}
// Set the state to the greeting string
this.setState({
greeting: `${message}${name}`
this.setState({
greeting: `${message}${name}`
});
}

View File

@@ -1,4 +1,4 @@
.greeting {
margin: 0;
font-size: 1.6em;
}
margin: 0;
font-size: 1.6em;
}