mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
[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:
@@ -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
|
||||||
Reference in New Issue
Block a user