From 62d467f59551ce3efe6736fc9e26684e5f2fa99b Mon Sep 17 00:00:00 2001 From: David Blodgett Date: Thu, 26 May 2022 13:31:41 -0500 Subject: [PATCH] line ending settings --- .gitattributes | 2 ++ sbtools.Rproj | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..032c1bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto + diff --git a/sbtools.Rproj b/sbtools.Rproj index 887cfee..baf9525 100644 --- a/sbtools.Rproj +++ b/sbtools.Rproj @@ -12,6 +12,8 @@ Encoding: UTF-8 RnwWeave: Sweave LaTeX: pdfLaTeX +LineEndingConversion: Posix + BuildType: Package PackageUseDevtools: Yes PackageInstallArgs: --no-multiarch --with-keep.source