From 8a0a5c814bfba0bcef0a127887344f2f46989235 Mon Sep 17 00:00:00 2001 From: Chris Mitchell Date: Fri, 20 Feb 2026 09:27:35 +1300 Subject: [PATCH] chore: Change end of line formatting to LF --- .editorconfig | 2 +- .gitattributes | 4 ++-- .gitignore | 40 ++++++++++++++++++++-------------------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.editorconfig b/.editorconfig index 77d25060b..92a7ef5b4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true [*] -end_of_line = crlf +end_of_line = lf indent_style = tab trim_trailing_whitespace = true insert_final_newline = true diff --git a/.gitattributes b/.gitattributes index 5383927f5..b3c341559 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ -# Enforce CRLF to all files by default -* text=auto eol=crlf +# Enforce LF to all files by default +* text=auto eol=lf # # The above will handle all files NOT found below diff --git a/.gitignore b/.gitignore index 9c8300519..d55c2cfd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,20 @@ -node_modules -*.tgz -lib/**/* -npm-debug.log -*.pdf -*config.json -*config?.json -privatekey.pem -*.scratch.ts -scratch.ts -scratch* -xero-login.json -oAuthState.json -*.orig -*junit.xml -.DS_Store -.idea -.vscode -dist/ -build_notes.md \ No newline at end of file +node_modules +*.tgz +lib/**/* +npm-debug.log +*.pdf +*config.json +*config?.json +privatekey.pem +*.scratch.ts +scratch.ts +scratch* +xero-login.json +oAuthState.json +*.orig +*junit.xml +.DS_Store +.idea +.vscode +dist/ +build_notes.md