From 764d9ea27c0fc90f24265b7132d0ce112eef00ca Mon Sep 17 00:00:00 2001 From: yutotnh <57719497+yutotnh@users.noreply.github.com> Date: Sat, 16 Sep 2023 21:23:52 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=AE=E6=94=B9=E8=A1=8C?= =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=89=E3=81=8CLF=E3=81=AB=E3=81=AA?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E8=A8=AD=E5=AE=9A=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clang-format | 1 + .gitattributes | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.clang-format b/.clang-format index bf63210..e3303f4 100644 --- a/.clang-format +++ b/.clang-format @@ -9,4 +9,5 @@ AllowShortBlocksOnASingleLine: Never AllowShortFunctionsOnASingleLine: None ColumnLimit: 120 ReflowComments: false +UseCRLF: false Standard: c++14 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf