mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-13 17:55:56 +00:00
I have adapted the new-line-char to the codebase. But I am not sure if this is the right thing to do.
This commit is contained in:
@@ -2,5 +2,6 @@
|
|||||||
"trailingComma": "es5",
|
"trailingComma": "es5",
|
||||||
"tabWidth": 4,
|
"tabWidth": 4,
|
||||||
"printWidth": 120,
|
"printWidth": 120,
|
||||||
"semi": true
|
"semi": true,
|
||||||
|
"endOfLine": "crlf"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user