Andrew Brown | e1ebd67 | 2015-01-16 14:46:13 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Andrew Brown | fe6c21c | 2016-08-24 16:28:54 -0700 | [diff] [blame^] | 2 | <!-- |
| 3 | ~ jndn-mock |
| 4 | ~ Copyright (c) 2016, Intel Corporation. |
| 5 | ~ |
| 6 | ~ This program is free software; you can redistribute it and/or modify it |
| 7 | ~ under the terms and conditions of the GNU Lesser General Public License, |
| 8 | ~ version 3, as published by the Free Software Foundation. |
| 9 | ~ |
| 10 | ~ This program is distributed in the hope it will be useful, but WITHOUT ANY |
| 11 | ~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
| 12 | ~ FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for |
| 13 | ~ more details. |
| 14 | --> |
| 15 | |
Andrew Brown | e1ebd67 | 2015-01-16 14:46:13 -0800 | [diff] [blame] | 16 | <project-shared-configuration> |
| 17 | <!-- |
| 18 | This file contains additional configuration written by modules in the NetBeans IDE. |
| 19 | The configuration is intended to be shared among all the users of project and |
| 20 | therefore it is assumed to be part of version control checkout. |
| 21 | Without this configuration present, some functionality in the IDE may be limited or fail altogether. |
| 22 | --> |
| 23 | <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1"> |
| 24 | <!-- |
| 25 | Properties that influence various parts of the IDE, especially code formatting and the like. |
| 26 | You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up. |
| 27 | That way multiple projects can share the same settings (useful for formatting rules for example). |
| 28 | Any value defined here will override the pom.xml file value but is only applicable to the current project. |
| 29 | --> |
| 30 | <org-netbeans-modules-editor-indent.CodeStyle.usedProfile>project</org-netbeans-modules-editor-indent.CodeStyle.usedProfile> |
| 31 | <org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab>2</org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab> |
| 32 | <org-netbeans-modules-editor-indent.CodeStyle.project.tab-size>4</org-netbeans-modules-editor-indent.CodeStyle.project.tab-size> |
| 33 | <org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>2</org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width> |
| 34 | <org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>true</org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs> |
| 35 | <org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width>80</org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width> |
| 36 | <org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap>none</org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap> |
| 37 | <org-netbeans-modules-editor-indent.text.x-fortran.CodeStyle.project.text-limit-width>132</org-netbeans-modules-editor-indent.text.x-fortran.CodeStyle.project.text-limit-width> |
| 38 | <org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.spaces-per-tab>2</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.spaces-per-tab> |
| 39 | <org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.tab-size>4</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.tab-size> |
| 40 | <org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.indent-shift-width>2</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.indent-shift-width> |
| 41 | <org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.expand-tabs>true</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.expand-tabs> |
| 42 | <org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.text-limit-width>80</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.text-limit-width> |
Andrew Brown | 3831baf | 2015-01-19 13:38:52 -0800 | [diff] [blame] | 43 | <org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.text-line-wrap>none</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.text-line-wrap> |
andrewsbrown | aada393 | 2015-04-01 14:09:51 -0700 | [diff] [blame] | 44 | <netbeans.hint.license>intel-license-lgpl</netbeans.hint.license> |
Andrew Brown | e1ebd67 | 2015-01-16 14:46:13 -0800 | [diff] [blame] | 45 | </properties> |
| 46 | </project-shared-configuration> |