diff --git a/examples/.editorconfig b/examples/.editorconfig new file mode 100644 index 0000000..a6971e1 --- /dev/null +++ b/examples/.editorconfig @@ -0,0 +1,2 @@ +[*] +insert_final_newline=true diff --git a/examples/.gitattributes b/examples/.gitattributes new file mode 100644 index 0000000..6ec2ae2 --- /dev/null +++ b/examples/.gitattributes @@ -0,0 +1,5 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# batch files are specific to windows and always crlf +*.bat eol=crlf