lukeed / ley

(WIP) Driver-agnostic database migrations
MIT License
259 stars 14 forks source link

Remove tab, causing automatic tab indentation #21

Closed karlhorky closed 1 year ago

karlhorky commented 3 years ago

Starting with a tab in a file causes editors like VS Code to detect this as tab-based indentation. Even removing the tab or converting to spaces after opening the file doesn't help - the file stays in the tab indentation mode.

This commit avoids this whole tabs vs spaces discussion by not even including indentation at all in the file.

Ref: https://github.com/lukeed/ley/issues/16

codecov-commenter commented 3 years ago

Codecov Report

Merging #21 (b1bc326) into master (3c290b7) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   50.00%   50.00%           
=======================================
  Files           2        2           
  Lines         206      206           
=======================================
  Hits          103      103           
  Misses        103      103           
Impacted Files Coverage Δ
index.js 11.20% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3c290b7...b1bc326. Read the comment docs.

karlhorky commented 3 years ago

@lukeed why are the codecov tests failing here? I just removed code...