diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-27 18:38:35 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-27 18:38:35 +0200 |
| commit | d8c4d84dc75300c6d4d8b0adceafa33741960b92 (patch) | |
| tree | 00e2dfcc5c836d62fccff76c862e6ec3b0a74db8 /libs/cpp-httplib/.gitattributes | |
| parent | fa088bb60692ba02d30d39affa9a31d9e2b688e2 (diff) | |
added http lib, working on AI invoice importing
Diffstat (limited to 'libs/cpp-httplib/.gitattributes')
| -rw-r--r-- | libs/cpp-httplib/.gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/cpp-httplib/.gitattributes b/libs/cpp-httplib/.gitattributes new file mode 100644 index 0000000..f818483 --- /dev/null +++ b/libs/cpp-httplib/.gitattributes @@ -0,0 +1,2 @@ +/test/www*/dir/*.html text eol=lf +/test/www*/dir/*.txt text eol=lf
\ No newline at end of file |
