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