mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 12:46:09 +03:00
Add netbeans configs.
This commit is contained in:
parent
c041746366
commit
9a4543cd73
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,4 +4,6 @@ build/
|
||||
sftp-config.json
|
||||
coverage/
|
||||
temp/
|
||||
.idea
|
||||
.idea
|
||||
/nbproject/private/
|
||||
.directory
|
||||
|
18
nbproject/project.properties
Normal file
18
nbproject/project.properties
Normal file
@ -0,0 +1,18 @@
|
||||
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs=true
|
||||
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=4
|
||||
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=4
|
||||
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
|
||||
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
|
||||
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap=none
|
||||
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=project
|
||||
auxiliary.org-netbeans-modules-editor-indent.text.javascript.CodeStyle.project.indent-shift-width=4
|
||||
auxiliary.org-netbeans-modules-editor-indent.text.x-json.CodeStyle.project.indent-shift-width=2
|
||||
auxiliary.org-netbeans-modules-editor-indent.text.x-json.CodeStyle.project.spaces-per-tab=2
|
||||
auxiliary.org-netbeans-modules-web-clientproject-api.js_2e_libs_2e_folder=src
|
||||
browser.autorefresh.Chromium.INTEGRATED=true
|
||||
browser.highlightselection.Chromium.INTEGRATED=true
|
||||
file.reference.openseadragon-openseadragon=.
|
||||
files.encoding=UTF-8
|
||||
site.root.folder=${file.reference.openseadragon-openseadragon}
|
||||
start.file=test/demo/basic.html
|
||||
web.context.root=/
|
9
nbproject/project.xml
Normal file
9
nbproject/project.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://www.netbeans.org/ns/project/1">
|
||||
<type>org.netbeans.modules.web.clientproject</type>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
|
||||
<name>openseadragon</name>
|
||||
</data>
|
||||
</configuration>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user