Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit 98cc561

Browse files
authored
Added Emily Mabrey
1 parent 831699e commit 98cc561

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# EditorConfig NetBeans Plugin
22

3-
A NetBeans IDE plugin supporting the [EditorConfig][] standard.
3+
A NetBeans IDE plugin supporting the [EditorConfig][editorconfig] standard.
44

55
- Supports NetBeans 8 and above
66
- Requires Java 7+
77

8-
9-
10-
11-
128
## Features
139

1410
![Plugin Screenshot](https://dl.dropboxusercontent.com/u/74217418/screenshots/github/editorconfig-plugin/screen-1.png)
@@ -19,7 +15,7 @@ A NetBeans IDE plugin supporting the [EditorConfig][] standard.
1915

2016
## EditorConfig Project
2117

22-
EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. The EditorConfig project maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors. For information on the file format and supported text editors, see the [EditorConfig website][EditorConfig].
18+
EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. The EditorConfig project maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors. For information on the file format and supported text editors, see the [EditorConfig website][editorconfig].
2319

2420
## Example file
2521

@@ -97,8 +93,6 @@ Read our notes on [Indentation](https://github.com/welovecoding/editorconfig-net
9793

9894
*Values:* `false`, `true`
9995

100-
[EditorConfig]: http://editorconfig.org
101-
10296
## How to use
10397

10498
- A project must be closed and opened after the plugin is installed, to setup hooks for `.editorconfig` files
@@ -126,9 +120,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
126120

127121
## Contributors
128122

129-
[![Benny Neugebauer](https://avatars1.githubusercontent.com/u/469989?v=3&s=100)](http://www.bennyn.de/) | [![Michael Koppen](https://avatars1.githubusercontent.com/u/1138344?v=3&s=100)](http://beanbelt.blogspot.de/) | [![Junichi Yamamoto](https://avatars1.githubusercontent.com/u/738383?v=3&s=100)](http://junichi11.com/)
130-
:---:|:---:|:---:
131-
[**Benny Neugebauer**](http://www.bennyn.de/) | [**Michael Koppen**](http://beanbelt.blogspot.de/) | [**Junichi Yamamoto**](http://junichi11.com/)
123+
[![](https://avatars1.githubusercontent.com/u/469989?v=3&s=100)][benny_neugebauer] | [![](https://avatars1.githubusercontent.com/u/1138344?v=3&s=100)][michael_koppen] | [![](https://avatars1.githubusercontent.com/u/738383?v=3&s=100)][junichi_yamamoto] | [![](https://avatars1.githubusercontent.com/u/3370875?v=3&s=100)][emily_mabrey]
124+
:---:|:---:|:---:|:---:
125+
[**Benny Neugebauer**][benny_neugebauer] | [**Michael Koppen**][michael_koppen] | [**Junichi Yamamoto**][junichi_yamamoto] | [**Emily Mabrey**][emily_mabrey]
132126

133127
### Special Credits
134128
- [Geertjan Wielenga](https://blogs.oracle.com/geertjan) for his posts on [EditorConfig and NetBeans IDE](https://blogs.oracle.com/geertjan/entry/editorconfig_and_netbeans_ide)
129+
130+
[benny_neugebauer]: http://www.bennyn.de/ "Benny Neugebauer"
131+
[editorconfig]: http://editorconfig.org/ "EditorConfig"
132+
[emily_mabrey]: https://www.openhub.net/accounts/emabrey "Emily Mabrey"
133+
[junichi_yamamoto]: http://junichi11.com/ "Junichi Yamamoto"
134+
[michael_koppen]: https://beanbelt.blogspot.de/ "Michael Koppen"

0 commit comments

Comments
 (0)