-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
39 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# This file is for unifying the coding style for different editors and IDEs | ||
# editorconfig.org | ||
|
||
# WordPress Coding Standards | ||
# https://make.wordpress.org/core/handbook/coding-standards/ | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 4 | ||
tab_width = 4 | ||
indent_style = tab | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.txt] | ||
trim_trailing_whitespace = false | ||
|
||
[*.{md,json,yml}] | ||
trim_trailing_whitespace = false | ||
indent_style = space | ||
indent_size = 2 | ||
|
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 +1 @@ | ||
|
||
*~ |
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 |
---|---|---|
|
@@ -7,16 +7,16 @@ | |
* @category Wordpress_Plugin | ||
* @package Blank_Footnotes | ||
* @author Corrado Franco <[email protected]> | ||
* @copyright 2016-2018 Corrado Franco | ||
* @copyright 2016-2019 Corrado Franco | ||
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GPL-2 | ||
* @link https://github.com/conraid/blank-footnotes | ||
*/ | ||
|
||
/* | ||
Plugin Name: Blank_Footnotes | ||
Plugin Name: Blank Footnotes | ||
Plugin URI: https://github.com/conraid/blank-footnotes | ||
Description: Footnotes in Markdown mode | ||
Version: 1.6.2 | ||
Version: 1.6.3 | ||
Author: Corrado Franco <[email protected]> | ||
Author URI: http://conraid.net | ||
License: GPL-2 | ||
|
@@ -25,7 +25,7 @@ | |
*/ | ||
|
||
/** | ||
* Copyright 2016-2018 Corrado Franco <[email protected]> | ||
* Copyright 2016-2019 Corrado Franco <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
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