Skip to content

Weird size of tabs #90

@Br31zh

Description

@Br31zh

When using tabs for indentation, the first one seems to start behind the line numbers, and then look a lot shorter than the other ones.

Expected:

# For all dirs and subdirs
for dir in **/ ./
do
	# Ignore symlinks
	if [[ -h "${rootdir}/${dir::-1}" ]]
	then
		continue
	fi
done

Result (simulated with space):

# For all dirs and subdirs
for dir in **/ ./
do
  # Ignore symlinks
  if [[ -h "${rootdir}/${dir::-1}" ]]
  then
          continue
  fi
done

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions