Skip to content
This repository was archived by the owner on Jan 19, 2018. It is now read-only.

Commit b6775bf

Browse files
Merge pull request #33 from unitycoders/configuration
Merged
2 parents c3676e2 + 8b524fb commit b6775bf

36 files changed

+2298
-2050
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ bot.db
44
# Build/Directory Releated
55
bin/
66
target/
7+
8+
# Configuration
9+
uc_pircbotx.json
10+
11+
#Netbeans Related
12+
nbactions.xml

codestyle.xml

Lines changed: 291 additions & 0 deletions
Large diffs are not rendered by default.

nb-configuration.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project-shared-configuration>
3+
<!--
4+
This file contains additional configuration written by modules in the NetBeans IDE.
5+
The configuration is intended to be shared among all the users of project and
6+
therefore it is assumed to be part of version control checkout.
7+
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
8+
-->
9+
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
10+
<!--
11+
Properties that influence various parts of the IDE, especially code formatting and the like.
12+
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
13+
That way multiple projects can share the same settings (useful for formatting rules for example).
14+
Any value defined here will override the pom.xml file value but is only applicable to the current project.
15+
-->
16+
<de-markiewb-netbeans-plugins-eclipse-formatter.showNotifications>true</de-markiewb-netbeans-plugins-eclipse-formatter.showNotifications>
17+
<de-markiewb-netbeans-plugins-eclipse-formatter.useProjectSettings>true</de-markiewb-netbeans-plugins-eclipse-formatter.useProjectSettings>
18+
<de-markiewb-netbeans-plugins-eclipse-formatter.eclipseFormatterEnabled>true</de-markiewb-netbeans-plugins-eclipse-formatter.eclipseFormatterEnabled>
19+
<de-markiewb-netbeans-plugins-eclipse-formatter.eclipseFormatterLocation>C:\Users\joseph\Documents\GitHub\uc_pircbotx\codestyle.xml</de-markiewb-netbeans-plugins-eclipse-formatter.eclipseFormatterLocation>
20+
<de-markiewb-netbeans-plugins-eclipse-formatter.enableFormatAsSaveAction>false</de-markiewb-netbeans-plugins-eclipse-formatter.enableFormatAsSaveAction>
21+
</properties>
22+
</project-shared-configuration>

0 commit comments

Comments
 (0)