blob: 2f96e1e8441beab360540f51d6b9a73ee33d20c5 [file] [log] [blame]
Andrew Browne1ebd672015-01-16 14:46:13 -08001<?xml version="1.0" encoding="UTF-8"?>
Andrew Brownfe6c21c2016-08-24 16:28:54 -07002<!--
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 Browne1ebd672015-01-16 14:46:13 -080016<project-shared-configuration>
17 <!--
18This file contains additional configuration written by modules in the NetBeans IDE.
19The configuration is intended to be shared among all the users of project and
20therefore it is assumed to be part of version control checkout.
21Without 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 <!--
25Properties that influence various parts of the IDE, especially code formatting and the like.
26You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
27That way multiple projects can share the same settings (useful for formatting rules for example).
28Any 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 Brown3831baf2015-01-19 13:38:52 -080043 <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>
andrewsbrownaada3932015-04-01 14:09:51 -070044 <netbeans.hint.license>intel-license-lgpl</netbeans.hint.license>
Andrew Browne1ebd672015-01-16 14:46:13 -080045 </properties>
46</project-shared-configuration>