summaryrefslogtreecommitdiff
path: root/odinfmt.json
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2022-08-08 22:09:57 +0200
committerDaniel Gavin <danielgavin5@hotmail.com>2022-08-08 22:09:57 +0200
commitc9a3fba84d9645470b64f2174e56533fbe35c10a (patch)
treeac9508927b2164974f9fb57f8188d0a2aff5872c /odinfmt.json
parentb7b21f1b56a867a33a27bde0b24ef07d8761fea5 (diff)
add support to `odinfmt.json` config for formatter.
Diffstat (limited to 'odinfmt.json')
-rw-r--r--odinfmt.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/odinfmt.json b/odinfmt.json
new file mode 100644
index 0000000..d9f6c50
--- /dev/null
+++ b/odinfmt.json
@@ -0,0 +1,5 @@
+{
+ "character_width": 80,
+ "tabs": true,
+ "tabs_width": 4
+} \ No newline at end of file