aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <semerath@mit.bme.hu>2021-09-20 15:53:41 +0200
committerLibravatar OszkarSemerath <semerath@mit.bme.hu>2021-09-20 15:53:41 +0200
commit50de7f7e60540e7dd157aa83dffec0da9c5ca608 (patch)
tree69f0ce98be0b3c32fc324c95489cc540ec95a9e6 /.gitattributes
parentData structure for predicate representation (diff)
parentForce LF line endings in frontend files (diff)
downloadrefinery-50de7f7e60540e7dd157aa83dffec0da9c5ca608.tar.gz
refinery-50de7f7e60540e7dd157aa83dffec0da9c5ca608.tar.zst
refinery-50de7f7e60540e7dd157aa83dffec0da9c5ca608.zip
Merge branch 'web-demo' of https://github.com/viatra/VIATRA-Generator.git into web-demo
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..63f6b190
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,7 @@
1*.css eol=lf
2*.js eol=lf
3*.json eol=lf
4*.jsx eol=lf
5*.scss eol=lf
6*.ts eol=lf
7*.tsx eol=lf