mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-25 14:15:35 +03:00
Added gitattributes and updated editorconfig files
This commit is contained in:
parent
c35545a5b8
commit
ec98c5db68
@ -8,4 +8,5 @@ root = true
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
27
.gitattributes
vendored
Normal file
27
.gitattributes
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
###############################################################################
|
||||
# Set default behavior to automatically normalize line endings.
|
||||
###############################################################################
|
||||
* text=auto
|
||||
*.sh -lf
|
||||
gradlew -lf
|
||||
|
||||
# Sources
|
||||
*.c text diff=c
|
||||
*.cc text diff=cpp
|
||||
*.cxx text diff=cpp
|
||||
*.cpp text diff=cpp
|
||||
*.c++ text diff=cpp
|
||||
*.hpp text diff=cpp
|
||||
*.h text diff=c
|
||||
*.h++ text diff=cpp
|
||||
*.hh text diff=cpp
|
||||
|
||||
# Compiled Object files
|
||||
*.o binary
|
||||
*.a binary
|
||||
*.obj binary
|
||||
*.lib binary
|
||||
|
||||
# Project files
|
||||
#*.sln merge=binary
|
||||
#*.vcxproj merge=binary
|
Loading…
Reference in New Issue
Block a user