-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnb-configuration.xml
More file actions
36 lines (36 loc) · 1.68 KB
/
Copy pathnb-configuration.xml
File metadata and controls
36 lines (36 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<project-shared-configuration>
<!--
This file contains additional configuration written by modules in the NetBeans IDE.
The configuration is intended to be shared among all the users of project and
therefore it is assumed to be part of version control checkout.
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
-->
<preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
<module name="org-netbeans-modules-editor-indent">
<node name="text">
<node name="x-python">
<node name="CodeStyle">
<node name="project"/>
</node>
</node>
</node>
<node name="CodeStyle">
<node name="project">
<property name="text-line-wrap" value="none"/>
<property name="indent-shift-width" value="4"/>
<property name="spaces-per-tab" value="4"/>
<property name="tab-size" value="4"/>
<property name="text-limit-width" value="80"/>
<property name="expand-tabs" value="false"/>
</node>
<property name="usedProfile" value="project"/>
</node>
</module>
<module name="org-netbeans-modules-projectimport-eclipse-core"/>
</preferences>
<python-data xmlns="http://nbpython.dev.java.net/ns/php-project/1">
<platform.active>Python_2.7.10</platform.active>
<main.file>machinelearning/machinelearning.py</main.file>
</python-data>
</project-shared-configuration>