Use LF in generated files (#7305)

This commit is contained in:
Ryan Blue
2024-10-28 22:28:58 -04:00
committed by GitHub
parent f44c3eda43
commit 412c042c6c
9 changed files with 10 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ def generate_quickbuf(
"// Copyright (c) FIRST and other WPILib contributors.\n// Open Source Software; you can modify and/or share it under the terms of\n// the WPILib BSD license file in the root directory of this project.\n"
+ content,
encoding="utf-8",
newline="\n",
)