mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 17:01:44 +04:00
af75e1c527
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>
8 lines
174 B
JSON
8 lines
174 B
JSON
{
|
|
"git.alwaysSignOff": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.eol": "\n"
|
|
}
|