-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yoan Blanc <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule editorconfig-core-test
updated
27 files
+1 −1 | .editorconfig | |
+3 −0 | .gitignore | |
+31 −6 | CMakeLists.txt | |
+23 −0 | LICENSE.txt | |
+9 −6 | cli/CMakeLists.txt | |
+44 −0 | cmake/almostcat.cmake | |
+70 −0 | cmake/ec_sort.cmake | |
+131 −0 | cmake/runandsort.cmake | |
+32 −9 | filetree/CMakeLists.txt | |
+4 −4 | filetree/path_separator.in | |
+4 −0 | filetree/path_with_special_[chars/path_with_special_chars.in | |
+3 −0 | filetree/root_file.in | |
+1 −0 | filetree/root_mixed/root_file.in | |
+22 −0 | filetree/unset.in | |
+21 −0 | filetree/unset/unset.in | |
+24 −17 | glob/CMakeLists.txt | |
+4 −0 | glob/brackets.in | |
+3 −0 | glob/star.in | |
+45 −0 | meta/CMakeLists.txt | |
+2 −0 | meta/meta.in | |
+31 −0 | meta/sample.cmake | |
+7 −0 | meta/sample.txt | |
+27 −15 | parser/CMakeLists.txt | |
+3 −4 | parser/comments.in | |
+15 −0 | parser/limits.in | |
+1 −1 | parser/whitespace.in | |
+17 −17 | properties/CMakeLists.txt |