Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.
Benny Neugebauer edited this page Jun 18, 2015 · 9 revisions

FAQ

Why can't I see the .editorconfig file in NetBeans' project tree?

NetBeans hides the .editorconfig files by default but you can change it's regex pattern to:

^(CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(?!htaccess|editorconfig|jshintrc|DS_Store|gitattributes|gitignore$|.*\.yml$).*$

Screenshot

See: https://github.com/welovecoding/editorconfig-netbeans/issues/72

Clone this wiki locally