diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-08-08 22:09:57 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-08-08 22:09:57 +0200 |
| commit | c9a3fba84d9645470b64f2174e56533fbe35c10a (patch) | |
| tree | ac9508927b2164974f9fb57f8188d0a2aff5872c /odinfmt.json | |
| parent | b7b21f1b56a867a33a27bde0b24ef07d8761fea5 (diff) | |
add support to `odinfmt.json` config for formatter.
Diffstat (limited to 'odinfmt.json')
| -rw-r--r-- | odinfmt.json | 5 |
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 |