diff --git a/.clang-format b/.clang-format index 0cef9ae4..e569a158 100644 --- a/.clang-format +++ b/.clang-format @@ -64,3 +64,4 @@ SpacesInSquareBrackets: false Standard: Latest TabWidth: 4 UseTab: Always +LineEnding: LF diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..0b9c73ac --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +text=auto eol=lf \ No newline at end of file