Skip to content
Snippets Groups Projects
Commit 8785f84f authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'gitattributes-import-markers'


3dfeb55e gitattributes: rename the c-style attribute
ac0c67d2 gitattributes: indicate attributes to ignore when importing

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Reviewed-by: default avatarBrad King <brad.king@kitware.com>
Merge-request: !28
parents 9f6ffaff 3dfeb55e
No related branches found
No related tags found
No related merge requests found
.git* export-ignore .git* export-ignore
# import off
.gitattributes -export-ignore .gitattributes -export-ignore
.hooks* export-ignore .hooks* export-ignore
# Custom attribute to mark sources as using our C code style. # Custom attribute to mark sources as using the kwsys C code style.
[attr]our-c-style whitespace=tab-in-indent format.clang-format [attr]kwsys-c-style whitespace=tab-in-indent format.clang-format
/GitSetup export-ignore /GitSetup export-ignore
/*.sh export-ignore eol=lf /*.sh export-ignore eol=lf
/*.bash export-ignore eol=lf /*.bash export-ignore eol=lf
/.clang-format export-ignore /.clang-format export-ignore
# import on
*.c our-c-style *.c kwsys-c-style
*.c.in our-c-style *.c.in kwsys-c-style
*.cxx our-c-style *.cxx kwsys-c-style
*.h our-c-style *.h kwsys-c-style
*.h.in our-c-style *.h.in kwsys-c-style
*.hxx our-c-style *.hxx kwsys-c-style
*.hxx.in our-c-style *.hxx.in kwsys-c-style
*.cmake whitespace=tab-in-indent *.cmake whitespace=tab-in-indent
*.rst whitespace=tab-in-indent conflict-marker-size=79 *.rst whitespace=tab-in-indent conflict-marker-size=79
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment