You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2021. It is now read-only.
@@ -19,7 +15,7 @@ A NetBeans IDE plugin supporting the [EditorConfig][] standard.
19
15
20
16
## EditorConfig Project
21
17
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].
23
19
24
20
## Example file
25
21
@@ -97,8 +93,6 @@ Read our notes on [Indentation](https://github.com/welovecoding/editorconfig-net
97
93
98
94
*Values:*`false`, `true`
99
95
100
-
[EditorConfig]: http://editorconfig.org
101
-
102
96
## How to use
103
97
104
98
- 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
-[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)
0 commit comments