mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
vscode: update editor formatting and line endings settings
Enable trailing whitespace trimming, insert final newline, and force LF. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23750 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
committed by
Jonas Jelonek
parent
ee02f6f16b
commit
af75e1c527
Vendored
+5
-1
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"git.alwaysSignOff": true
|
||||
"git.alwaysSignOff": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"files.eol": "\n"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user