You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the code isn't clean enough and may cause problems in future. The code prettified for the same. Proper indentations should be applied for the nested tags. For example,
is kept inside then, something like the following should be done,
<body>
<div>
</div>
</body>
A tab(four spaces) should be added for two adjacent nested tags. Same should be applied for jekyll code.
Describe the bug/feature
Currently the code isn't clean enough and may cause problems in future. The code prettified for the same. Proper indentations should be applied for the nested tags. For example,
A tab(four spaces) should be added for two adjacent nested tags. Same should be applied for jekyll code.
To Reproduce(for bug)
Screenshots(for bug)
Device Details(for bug)
Other Comments
Feel free to make a PR. If facing any doubt ask in the comments or our gitter channel https://gitter.im/codezoned2017/Lobby. Thanks.
The text was updated successfully, but these errors were encountered: