diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 00000000..cb385d88 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,5 @@ +[core] + whitespace = trailing-space,space-before-tab + autocrlf = input +[apply] + whitespace = fix \ No newline at end of file