[read carefully before decide merge] !!! normalize line endings of src files (#1268)

* all source: prepare to normalize line ending

* all src: normalize line endings
This commit is contained in:
Bernd Hahnebach
2021-01-21 22:22:34 +01:00
committed by GitHub
parent 3202174903
commit 02fa8c8413
11 changed files with 53099 additions and 53088 deletions
@@ -19,34 +19,45 @@
# normalize the line endings of the following files # normalize the line endings of the following files
# standard files *.cpp text
*.css text
*.csv text
*.feature text *.feature text
*.gitattributes text
*.gitignore text
*.gitkeep
*.h text
*.html text *.html text
*.ifc text *.ifc text
*.json text
*.md text *.md text
*.po text *.po text
*.pot text *.pot text
*.py text *.py text
*.txt text
# files which are human readable # files not normalized ATM
# but for which it is not sure if normalize is ok # bat
# svg # bnf
# blend
# i
# binary files
# ico # ico
# mo # mo
# mpass
# png
# pth
# pyc
# rst
# svg
# ttf
# xsd
# line endings of the directories commented will be normalized # line endings of all directories will be normalized
# bimtester/** -text # to exclude a directory from being normalized add it here
# examples/** -text # example: to exclude dirctory ifcbimtester use the following line without #
# ifcbimtester/** -text
# line endings of the directories NOT commented will NOT be normalized
# Be carefully changes here could affect a lot of files automatically!
# none ATM
# use git to manually correct the file endings # use git to manually correct the file endings