We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a158b commit 6001635Copy full SHA for 6001635
.editorconfig
@@ -0,0 +1,11 @@
1
+[*]
2
+root = true
3
+charset = utf-8
4
+indent_size = 4
5
+indent_style = tab
6
+insert_final_newline = true
7
+trim_trailing_whitespace = true
8
+
9
+[*.md]
10
+indent_size = 2
11
+indent_style = space
.gitignore
@@ -0,0 +1,4 @@
+/.vscode
+/bin
+/obj
+/config*.json
LICENSE LICENSE.txtLICENSE renamed to LICENSE.txt
README.md
@@ -1,2 +1,3 @@
-# openrails-code-bot
+# Open Rails Code Bot
A command-line tool for automatically updating Open Rail's various code systems.
0 commit comments