Add git attributes to use filter to convert tabs to 4 spaces
This commit is contained in:
9
.gitattributes
vendored
Normal file
9
.gitattributes
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
*.txt filter=spacify
|
||||
*.h filter=spacify
|
||||
*.hpp filter=spacify
|
||||
*.cpp filter=spacify
|
||||
*.m filter=spacify
|
||||
*.mm filter=spacify
|
||||
*.fbs filter=spacify
|
||||
*.qml filter=spacify
|
||||
*.py filter=spacify
|
||||
Reference in New Issue
Block a user