aboutsummaryrefslogtreecommitdiff
path: root/apheleia-utils.el
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2023-12-15 04:04:19 +0200
committerGitHub <noreply@github.com>2023-12-14 18:04:19 -0800
commit41dff902fb56cc011d1e694045755796d5e3e27d (patch)
tree48a81fbf30bcefdf59ceef324439cee587473501 /apheleia-utils.el
parenta38279566a82c39253973e49a2a56634ded50212 (diff)
Add support for JSON with `python3 -m json.tool` (#257)
https://docs.python.org/3/library/json.html#module-json.tool
Diffstat (limited to 'apheleia-utils.el')
-rw-r--r--apheleia-utils.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/apheleia-utils.el b/apheleia-utils.el
index 5e8b364..07a358b 100644
--- a/apheleia-utils.el
+++ b/apheleia-utils.el
@@ -49,6 +49,7 @@ always returns nil to defer to the formatter."
(nxml-mode 'nxml-child-indent)
(robot-mode 'robot-mode-basic-offset)
(perl-mode 'perl-indent-level)
+ (python-mode 'python-indent-offset)
(scss-mode 'css-indent-offset)
(web-mode 'web-mode-indent-style)
(tsx-ts-mode 'typescript-ts-mode-indent-offset)