-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare v0.11.0 * Update CHANGLOG for v0.11.0 * 2024
- Loading branch information
Showing
8 changed files
with
28 additions
and
19 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; editorconfig-conf-mode.el --- Major mode for editing .editorconfig files -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2011-2023 EditorConfig Team | ||
;; Copyright (C) 2011-2024 EditorConfig Team | ||
|
||
;; Author: EditorConfig Team <[email protected]> | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; editorconfig-core-handle.el --- Handle Class for EditorConfig File -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2011-2023 EditorConfig Team | ||
;; Copyright (C) 2011-2024 EditorConfig Team | ||
|
||
;; Author: EditorConfig Team <[email protected]> | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; editorconfig-core.el --- EditorConfig Core library in Emacs Lisp -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2011-2023 EditorConfig Team | ||
;; Copyright (C) 2011-2024 EditorConfig Team | ||
|
||
;; Author: EditorConfig Team <[email protected]> | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; editorconfig-fnmatch.el --- Glob pattern matching in Emacs lisp -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2011-2023 EditorConfig Team | ||
;; Copyright (C) 2011-2024 EditorConfig Team | ||
|
||
;; Author: EditorConfig Team <[email protected]> | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; editorconfig-tools.el --- Editorconfig tools -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2011-2023 EditorConfig Team | ||
;; Copyright (C) 2011-2024 EditorConfig Team | ||
|
||
;; Author: EditorConfig Team <[email protected]> | ||
|
||
|
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
;;; editorconfig.el --- EditorConfig Emacs Plugin -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2011-2023 EditorConfig Team | ||
;; Copyright (C) 2011-2024 EditorConfig Team | ||
|
||
;; Author: EditorConfig Team <[email protected]> | ||
;; Version: 0.10.1 | ||
;; Version: 0.11.0 | ||
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme | ||
;; Package-Requires: ((emacs "26.1") (nadvice "0.3")) | ||
;; Keywords: convenience editorconfig | ||
|