-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update core-test submodule & Drop Emacs 26 support (#364)
* Update core-test submodule * Add fix for spaces_in_middle_key test editorconfig/editorconfig-core-test#51 * Drop Emacs 26 support
- Loading branch information
Showing
5 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule core-test
updated
10 files
+1 −1 | cmake/almostcat.cmake | |
+1 −1 | cmake/ec_sort.cmake | |
+1 −1 | cmake/runandsort.cmake | |
+0 −2 | filetree/CMakeLists.txt | |
+8 −0 | glob/CMakeLists.txt | |
+0 −2 | meta/CMakeLists.txt | |
+1 −1 | meta/sample.cmake | |
+11 −1 | parser/CMakeLists.txt | |
+9 −0 | parser/empty_values.in | |
+8 −0 | parser/whitespace.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
;; Author: EditorConfig Team <[email protected]> | ||
;; Version: 0.11.0 | ||
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme | ||
;; Package-Requires: ((emacs "26.1")) | ||
;; Package-Requires: ((emacs "27.2")) | ||
;; Keywords: convenience editorconfig | ||
|
||
;; See | ||
|