summaryrefslogtreecommitdiff
path: root/Utilities/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* clang-format.bash: update to clang-format-15Brad King2023-01-181-1/+1
| | | | | | | The `.clang-format` configuration needs no changes to make the version 15 format close to what version 6.0 produced before. Issue: #24315
* clang-format.bash: Use generic clang-format attributeBrad King2023-01-181-3/+3
| | | | | | | Specify the clang-format version in the attribute value instead of its name. Issue: #24315
* curl: Modernize tiny test code used for build inside CMakeBrad King2018-11-011-0/+1
| | | | | Drop unused code. Report the error message on failure. Format the source file using clang-format.
* clang-format.bash: update to clang-format-6.0Brad King2018-06-011-2/+2
| | | | | | | | | | | | Update `.clang-format` with configuration to make the 6.0 format as close as possible to what 3.8 produced before. Then revise the style: * Indent preprocessor directives (a feature new since 3.8) * Add a newline and indentation before inheritance `:` and `,` Rename the Git attribute identifying the format to include the clang-format version number: `format.clang-format-6.0`. This will aid external infrastructure in knowing what version of the tool to run.
* clang-format.bash: Use Git attributes to mark files for formattingBrad King2017-02-221-0/+4
|
* Tell Git not to export the GitSetup directoryBrad King2017-01-301-0/+1
| | | | | The `Utilities/GitSetup` directory is useful only in Git work trees and so does not need to be distributed with source tarballs.
* Exclude from CMake source archives files specific to Git work treeBrad King2012-03-021-0/+2
Add the "export-ignore" attribute to SetupForDevelopment.sh and the Git/ hooks directory.