-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Page: Editor] Inconsistent tab size. #25
Comments
@ErikSchierboom Probably worth you taking a look at this but you might want @kntsoriano's input too. |
I've found that there are two issues here:
You can see an example of that by going to https://exercism.lol/tracks/csharp/exercises/annalyns-infiltration/solutions/ErikSchierboom The first line actually contains four leading spaces, which are not in the output. For the tab size, I've found that there is a @joshgoebel Any idea how best to approach these issues? |
There is also CSS |
I found this accidentally and am not even sure if one consider it a bug.
While solving a rust exercise and playing around with the setting "Tab enabled" I ended up submitting a file with different indentation styles (mixed spaces and tab) in the editor the file looks like this (Line 20 has tab indentation)
And in the "Your iterations" tab it looked like this (Line 20):
IMHO both options are fine but they should be consistent.
The text was updated successfully, but these errors were encountered: