Skip to content

Commit 4bf2b4d

Browse files
2 tab size no tab \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nn
Signed-off-by: CrusherNotDrip <crushernotdrip@tilnotdrip.org>
1 parent 4a11929 commit 4bf2b4d

32 files changed

Lines changed: 1007 additions & 1069 deletions

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
* text=auto eol=lf
2-
*.hxp linguist-language=Haxe
2+
*.hxp linguist-language=Haxe

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ RECOVER_*.fla
1414
docs/dox/
1515
dump/
1616
export/
17-
.macrocache
17+
.macrocache

.prettierrc.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
module.exports = {
2+
printWidth: 80,
3+
4+
// Indent with 2 spaces.
5+
tabs: false,
6+
useTabs: false,
7+
tabWidth: 2,
8+
9+
// Use double quotes.
10+
singleQuote: false,
11+
quoteProps: "preserve",
12+
parser: "json",
13+
14+
bracketSpacing: true, // Spacing between brackets in object literals.
15+
trailingComma: "none", // No trailing commas.
16+
semi: false, // No semicolons at ends of statements.
17+
};

.vscode/settings.json

Lines changed: 41 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,43 @@
11
{
2-
"search.exclude": {
3-
"export/**/*.*": true
4-
},
5-
"[haxe]": {
6-
"editor.formatOnSave": true,
7-
"editor.formatOnPaste": true,
8-
"editor.codeActionsOnSave": {
9-
"source.sortImports": "explicit"
10-
}
11-
},
12-
"haxe.enableExtendedIndentation": true,
13-
"githubPullRequests.ignoredPullRequestBranches": [
14-
"alpha"
15-
]
2+
"editor.insertSpaces": true,
3+
"editor.tabSize": 2,
4+
"files.eol": "\n",
5+
"files.insertFinalNewline": true,
6+
"files.trimFinalNewlines": false,
7+
"files.trimTrailingWhitespace": true,
8+
"files.associations": {
9+
"*.hxp": "haxe",
10+
"*.hscript": "haxe",
11+
"*.haxe": "haxe",
12+
"*.hxs": "haxe",
13+
"*.hxc": "haxe"
14+
},
15+
"search.exclude": {
16+
"export/**/*.*": true
17+
},
18+
19+
"githubPullRequests.ignoredPullRequestBranches": ["alpha"],
20+
21+
"[haxe]": {
22+
"editor.formatOnSave": true,
23+
"editor.formatOnPaste": true,
24+
"editor.defaultFormatter": "nadako.vshaxe",
25+
"editor.codeActionsOnSave": {
26+
"source.sortImports": "explicit"
27+
},
28+
"editor.tabSize": 2
29+
},
30+
"haxe.enableExtendedIndentation": true,
31+
32+
"[json]": {
33+
"editor.formatOnSave": true,
34+
"editor.formatOnPaste": true,
35+
"editor.defaultFormatter": "esbenp.prettier-vscode"
36+
},
37+
38+
"[jsonc]": {
39+
"editor.formatOnSave": true,
40+
"editor.formatOnPaste": true,
41+
"editor.defaultFormatter": "esbenp.prettier-vscode"
42+
}
1643
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<https://www.gnu.org/licenses/why-not-lgpl.html>.
674+
<https://www.gnu.org/licenses/why-not-lgpl.html>.

assets/config/discord.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"id": "1323401168705163355",
3-
"iconKey": "logo"
4-
}
2+
"id": "1323401168705163355",
3+
"iconKey": "logo"
4+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"computerControlled": true,
3-
"renderStrumline": true,
4-
"strumlinePosition": "left",
5-
"renderRatings": false,
6-
"renderIcon": true,
7-
"rgbToUse": "player"
8-
}
2+
"computerControlled": true,
3+
"renderStrumline": true,
4+
"strumlinePosition": "left",
5+
"renderRatings": false,
6+
"renderIcon": true,
7+
"rgbToUse": "player"
8+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"computerControlled": false,
3-
"renderStrumline": true,
4-
"strumlinePosition": "right",
5-
"renderRatings": true,
6-
"renderIcon": true,
7-
"rgbToUse": "player"
8-
}
2+
"computerControlled": false,
3+
"renderStrumline": true,
4+
"strumlinePosition": "right",
5+
"renderRatings": true,
6+
"renderIcon": true,
7+
"rgbToUse": "player"
8+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"computerControlled": true,
3-
"renderStrumline": false,
4-
"strumlinePosition": "left",
5-
"renderRatings": false,
6-
"renderIcon": false,
7-
"rgbToUse": "player"
8-
}
2+
"computerControlled": true,
3+
"renderStrumline": false,
4+
"strumlinePosition": "left",
5+
"renderRatings": false,
6+
"renderIcon": false,
7+
"rgbToUse": "player"
8+
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"offsets": [
3-
{
4-
"character": "-",
5-
"x": 0,
6-
"y": -12
7-
}
8-
]
9-
}
2+
"offsets": [
3+
{
4+
"character": "-",
5+
"x": 0,
6+
"y": -12
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)