mirror of
https://github.com/esm7/obsidian-map-view.git
synced 2026-07-22 05:40:27 +00:00
Default line endings to LF
This stops git from complaining about changed EOL when prettier is run. Without this git says that every file has changed.
This commit is contained in:
parent
48b4ae6ea7
commit
324fd9c101
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -1,2 +1,2 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
* text=auto eol=lf
|
||||
|
|
|
|||
Loading…
Reference in a new issue