diff --git a/.editorconfig b/.editorconfig index 77d25060..92a7ef5b 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 5383927f..b3c34155 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 9c830051..d55c2cfd 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