aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-17 20:48:17 -0600
committerTim Keller <tjkeller.xyz>2024-11-17 20:48:17 -0600
commit5dd17fe3c88d8543cbff634116d76f1fb1692faf (patch)
treeb29fd0725d405ce64a5849758c66749c8231b644 /settings.json
parent1299cc3ad20614e6396e71af75b6d19c08567aff (diff)
downloaduserscripts-5dd17fe3c88d8543cbff634116d76f1fb1692faf.tar.xz
userscripts-5dd17fe3c88d8543cbff634116d76f1fb1692faf.zip
add mkconfig.py script to generate violentmonkey zip
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.json b/settings.json
new file mode 100644
index 0000000..7fc6664
--- /dev/null
+++ b/settings.json
@@ -0,0 +1,8 @@
+{
+ "editor": {
+ "indentWithTabs": true
+ },
+ "valueEditor": {
+ "indentWithTabs": true
+ }
+}